mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
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>
This commit is contained in:
committed by
Steve French
parent
12b4c5d98c
commit
50bfd2a22b
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user