[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210407022655.21124-1-liliu_096@163.com>
Date: Wed, 7 Apr 2021 10:26:55 +0800
From: liliu_096@....com
To: sfrench@...ba.org, samba-technical@...ts.samba.org
Cc: linux-cifs@...r.kernel.org, linux-kernel@...r.kernel.org,
"jack1.li_cp" <liliu1@...ong.com>
Subject: [PATCH] fs: cifs: Fix spelling of 'security'
From: "jack1.li_cp" <liliu1@...ong.com>
secuirty -> security
Signed-off-by: jack1.li_cp <liliu1@...ong.com>
---
fs/cifs/cifsacl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/cifs/cifsacl.c b/fs/cifs/cifsacl.c
index 562913e..d2d8e26 100644
--- a/fs/cifs/cifsacl.c
+++ b/fs/cifs/cifsacl.c
@@ -1418,7 +1418,7 @@ int set_cifs_acl(struct cifs_ntsd *pnntsd, __u32 acllen,
* 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
*/
secdesclen = max_t(u32, secdesclen, DEFAULT_SEC_DESC_LEN);
pnntsd = kmalloc(secdesclen, GFP_KERNEL);
--
1.9.1
Powered by blists - more mailing lists