diff options
author | Xiaxi Shen <shenxiaxi26@gmail.com> | 2024-08-07 18:53:20 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2024-08-08 18:15:33 +0200 |
commit | bdcffe4be7cb90ccd12c49924dad9e2eda11b57a (patch) | |
tree | 7221d5ccad6d805bf5d95eadb042bfc3ba7911be /fs/smb/client/transport.c | |
parent | smb3: fix setting SecurityFlags when encryption is required (diff) | |
download | linux-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.c | 2 |
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. */ |