OSDN Git Service

cifs: Fix spelling of 'security'
authorjack1.li_cp <liliu1@yulong.com>
Sat, 10 Apr 2021 03:00:37 +0000 (22:00 -0500)
committerSteve French <stfrench@microsoft.com>
Sun, 25 Apr 2021 21:28:22 +0000 (16:28 -0500)
secuirty -> security

Signed-off-by: jack1.li_cp <liliu1@yulong.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifsacl.c

index d178cf8..bbc4397 100644 (file)
@@ -1651,7 +1651,7 @@ id_mode_to_cifs_acl(struct inode *inode, const char *path, __u64 *pnmode,
         * Add three ACEs for owner, group, everyone getting rid of other ACEs
         * as chmod disables ACEs and set the security descriptor. Allocate
         * memory for the smb header, set security descriptor request security
-        * descriptor parameters, and secuirty descriptor itself
+        * descriptor parameters, and security descriptor itself
         */
        nsecdesclen = max_t(u32, nsecdesclen, DEFAULT_SEC_DESC_LEN);
        pnntsd = kmalloc(nsecdesclen, GFP_KERNEL);