From: Liu xuzhi Date: Fri, 19 Mar 2021 00:46:57 +0000 (-0700) Subject: fs/cifs/: fix misspellings using codespell tool X-Git-Tag: accepted/tizen/unified/20230118.172025~7607^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=403dba003d17b3f0c1627b355cec2d74041cf648;p=platform%2Fkernel%2Flinux-rpi.git fs/cifs/: fix misspellings using codespell tool A typo is found out by codespell tool in 251th lines of cifs_swn.c: $ codespell ./fs/cifs/ ./cifs_swn.c:251: funciton ==> function Fix a typo found by codespell. Signed-off-by: Liu xuzhi Signed-off-by: Steve French --- diff --git a/fs/cifs/cifs_swn.c b/fs/cifs/cifs_swn.c index f2d730f..d829b8b 100644 --- a/fs/cifs/cifs_swn.c +++ b/fs/cifs/cifs_swn.c @@ -248,7 +248,7 @@ nlmsg_fail: /* * Try to find a matching registration for the tcon's server name and share name. - * Calls to this funciton must be protected by cifs_swnreg_idr_mutex. + * Calls to this function must be protected by cifs_swnreg_idr_mutex. * TODO Try to avoid memory allocations */ static struct cifs_swn_reg *cifs_find_swn_reg(struct cifs_tcon *tcon)