summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/transport.c
diff options
context:
space:
mode:
authorXiaxi Shen <shenxiaxi26@gmail.com>2024-08-07 18:53:20 +0200
committerSteve French <stfrench@microsoft.com>2024-08-08 18:15:33 +0200
commitbdcffe4be7cb90ccd12c49924dad9e2eda11b57a (patch)
tree7221d5ccad6d805bf5d95eadb042bfc3ba7911be /fs/smb/client/transport.c
parentsmb3: fix setting SecurityFlags when encryption is required (diff)
downloadlinux-bdcffe4be7cb90ccd12c49924dad9e2eda11b57a.tar.xz
linux-bdcffe4be7cb90ccd12c49924dad9e2eda11b57a.zip
Fix spelling errors in Server Message Block
Fixed typos in various files under fs/smb/client/ Signed-off-by: Xiaxi Shen <shenxiaxi26@gmail.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/smb/client/transport.c')
-rw-r--r--fs/smb/client/transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/smb/client/transport.c b/fs/smb/client/transport.c
index adfe0d058701..6e68aaf5bd20 100644
--- a/fs/smb/client/transport.c
+++ b/fs/smb/client/transport.c
@@ -1289,7 +1289,7 @@ compound_send_recv(const unsigned int xid, struct cifs_ses *ses,
out:
/*
* This will dequeue all mids. After this it is important that the
- * demultiplex_thread will not process any of these mids any futher.
+ * demultiplex_thread will not process any of these mids any further.
* This is prevented above by using a noop callback that will not
* wake this thread except for the very last PDU.
*/