diff mbox series

fs/cifs/cifsacl.c Fixes typo in a comment

Message ID 20180128080948.GA16698@fubar
State New
Headers show
Series fs/cifs/cifsacl.c Fixes typo in a comment | expand

Commit Message

Achilles Gaikwad Jan. 28, 2018, 8:09 a.m. UTC
Signed-off-by: Achilles Gaikwad <achillesgaikwad@gmail.com>
---
 fs/cifs/cifsacl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Steve French Jan. 28, 2018, 3:20 p.m. UTC | #1
merged into cifs-2.6.git for-next

On Sun, Jan 28, 2018 at 2:09 AM, Achilles Gaikwad
<achillesgaikwad@gmail.com> wrote:
> Signed-off-by: Achilles Gaikwad <achillesgaikwad@gmail.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 b98436f5c7c7..13a8a77322c9 100644
> --- a/fs/cifs/cifsacl.c
> +++ b/fs/cifs/cifsacl.c
> @@ -1125,7 +1125,7 @@ int set_cifs_acl(struct cifs_ntsd *pnntsd, __u32 acllen,
>         return rc;
>  }
>
> -/* Translate the CIFS ACL (simlar to NTFS ACL) for a file into mode bits */
> +/* Translate the CIFS ACL (similar to NTFS ACL) for a file into mode bits */
>  int
>  cifs_acl_to_fattr(struct cifs_sb_info *cifs_sb, struct cifs_fattr *fattr,
>                   struct inode *inode, const char *path,
> --
> 2.14.3
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/fs/cifs/cifsacl.c b/fs/cifs/cifsacl.c
index b98436f5c7c7..13a8a77322c9 100644
--- a/fs/cifs/cifsacl.c
+++ b/fs/cifs/cifsacl.c
@@ -1125,7 +1125,7 @@  int set_cifs_acl(struct cifs_ntsd *pnntsd, __u32 acllen,
 	return rc;
 }
 
-/* Translate the CIFS ACL (simlar to NTFS ACL) for a file into mode bits */
+/* Translate the CIFS ACL (similar to NTFS ACL) for a file into mode bits */
 int
 cifs_acl_to_fattr(struct cifs_sb_info *cifs_sb, struct cifs_fattr *fattr,
 		  struct inode *inode, const char *path,