]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
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)
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

index 38d6d5538b96b5760ca5db08b80a4a89c3a3fa06..53abb29fe71bddafd64a08bc7dbf28e61e9bfcfc 100644 (file)
@@ -460,7 +460,7 @@ check_smb_hdr(struct smb_hdr *smb)
                return 0;
 
        /*
-        * Windows NT server returns error resposne (e.g. STATUS_DELETE_PENDING
+        * Windows NT server returns error response (e.g. STATUS_DELETE_PENDING
         * or STATUS_OBJECT_NAME_NOT_FOUND or ERRDOS/ERRbadfile or any other)
         * for some TRANS2 requests without the RESPONSE flag set in header.
         */