linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs: cifs: Fix spelling of 'security'
@ 2021-04-07  2:26 liliu_096
  2021-04-10  3:03 ` Steve French
  0 siblings, 1 reply; 2+ messages in thread
From: liliu_096 @ 2021-04-07  2:26 UTC (permalink / raw)
  To: sfrench, samba-technical; +Cc: linux-cifs, linux-kernel, jack1.li_cp

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fs: cifs: Fix spelling of 'security'
  2021-04-07  2:26 [PATCH] fs: cifs: Fix spelling of 'security' liliu_096
@ 2021-04-10  3:03 ` Steve French
  0 siblings, 0 replies; 2+ messages in thread
From: Steve French @ 2021-04-10  3:03 UTC (permalink / raw)
  To: liliu_096; +Cc: Steve French, samba-technical, CIFS, LKML, jack1.li_cp

Merged into cifs-2.6.git for-next

(strangely ... this patch was sent to my spam folder in gmail so
didn't notice it until today, and by accident).

On Wed, Apr 7, 2021 at 9:03 AM <liliu_096@163.com> wrote:
>
> 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
>
>


-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-10  3:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-07  2:26 [PATCH] fs: cifs: Fix spelling of 'security' liliu_096
2021-04-10  3:03 ` Steve French

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).