]> www.infradead.org Git - users/hch/block.git/commit
ksmbd: Correct typos in multiple comments across various files
authorShen Lichuan <shenlichuan@vivo.com>
Wed, 25 Sep 2024 07:43:23 +0000 (15:43 +0800)
committerSteve French <stfrench@microsoft.com>
Thu, 26 Sep 2024 02:33:22 +0000 (21:33 -0500)
commit9e676e571d39eb6189bf6d55a9c401ba2dd13410
tree2af49d28ad4b23584afbe8b7465dda632f628586
parent8e2f6a0e2dc9db663b4ba2225822e7a3c4047bfb
ksmbd: Correct typos in multiple comments across various files

Fixed some confusing typos that were currently identified witch codespell,
the details are as follows:

-in the code comments:
fs/smb/common/smb2pdu.h:9: specfication ==> specification
fs/smb/common/smb2pdu.h:494: usally ==> usually
fs/smb/common/smb2pdu.h:1064: Attrubutes ==> Attributes
fs/smb/server/connection.c:28: cleand ==> cleaned
fs/smb/server/ksmbd_netlink.h:216: struture ==> structure
fs/smb/server/oplock.c:799: conains ==> contains
fs/smb/server/oplock.c:1487: containted ==> contained
fs/smb/server/server.c:282: proccessing ==> processing
fs/smb/server/smb_common.c:491: comforms ==> conforms
fs/smb/server/xattr.h:102: ATTRIBUITE ==> ATTRIBUTE

Signed-off-by: Shen Lichuan <shenlichuan@vivo.com>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/common/smb2pdu.h
fs/smb/server/connection.c
fs/smb/server/ksmbd_netlink.h
fs/smb/server/oplock.c
fs/smb/server/server.c
fs/smb/server/smb_common.c
fs/smb/server/xattr.h