linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: liliu_096@163.com
To: sfrench@samba.org, samba-technical@lists.samba.org
Cc: linux-cifs@vger.kernel.org, linux-kernel@vger.kernel.org,
	"jack1.li_cp" <liliu1@yulong.com>
Subject: [PATCH] fs: cifs: Fix spelling of 'security'
Date: Wed,  7 Apr 2021 10:26:55 +0800	[thread overview]
Message-ID: <20210407022655.21124-1-liliu_096@163.com> (raw)

From: "jack1.li_cp" <liliu1@yulong.com>

secuirty -> security

Signed-off-by: jack1.li_cp <liliu1@yulong.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



             reply	other threads:[~2021-04-07  2:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-07  2:26 liliu_096 [this message]
2021-04-10  3:03 ` [PATCH] fs: cifs: Fix spelling of 'security' Steve French

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210407022655.21124-1-liliu_096@163.com \
    --to=liliu_096@163.com \
    --cc=liliu1@yulong.com \
    --cc=linux-cifs@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=samba-technical@lists.samba.org \
    --cc=sfrench@samba.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).