]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
cifs: smb1: fix comment typo
authorJoseph Salisbury <joseph.salisbury@oracle.com>
Tue, 17 Mar 2026 01:13:49 +0000 (21:13 -0400)
committerSteve French <stfrench@microsoft.com>
Tue, 17 Mar 2026 02:12:40 +0000 (21:12 -0500)
commit50bfd2a22b75a904d5900d64530ae1b69a69907c
tree555b96f639e4d812f44a811b4280c5a68d8512b7
parent12b4c5d98cd7ca46d5035a57bcd995df614c14e1
cifs: smb1: fix comment typo

The file contains a spelling error in a source comment (resposne).

Typos in comments reduce readability and make text searches less reliable
for developers and maintainers.

Replace 'resposne' with 'response' in the affected comment. This is a
comment-only cleanup and does not change behavior.

[v2: Removed Fixes: and Cc: to stable tags.]

Signed-off-by: Joseph Salisbury <joseph.salisbury@oracle.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smb1transport.c