]> git.ipfire.org Git - thirdparty/linux.git/commit
fs/cifs/: fix misspellings using codespell tool
authorLiu xuzhi <liu.xuzhi@zte.com.cn>
Fri, 19 Mar 2021 00:46:57 +0000 (17:46 -0700)
committerSteve French <stfrench@microsoft.com>
Fri, 19 Mar 2021 05:37:51 +0000 (00:37 -0500)
commit403dba003d17b3f0c1627b355cec2d74041cf648
tree1ff9ad6bce3b9cb358ffffa26b86f4057d88a542
parent05946d4b7a7349ae58bfa2d51ae832e64a394c2d
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 <liu.xuzhi@zte.com.cn>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifs_swn.c