Explorar o código

[CIFS] fix typo

Signed-off-by: Steve French <sfrench@us.ibm.com>
Steve French %!s(int64=17) %!d(string=hai) anos
pai
achega
d628ddb62d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fs/cifs/cifsacl.c

+ 1 - 1
fs/cifs/cifsacl.c

@@ -182,7 +182,7 @@ static void parse_ntace(struct cifs_ntace *pntace, char *end_of_acl)
 
 
 static void parse_dacl(struct cifs_acl *pdacl, char *end_of_acl,
-		       struct cifs_sid *pownersid, struct cifs_sid pgrpsid)
+		       struct cifs_sid *pownersid, struct cifs_sid *pgrpsid)
 {
 	int i;
 	int num_aces = 0;