aboutsummaryrefslogtreecommitdiffstats
path: root/fs/smb/client/misc.c
diff options
context:
space:
mode:
authorXiaxi Shen <shenxiaxi26@gmail.com>2024-08-07 09:53:20 -0700
committerSteve French <stfrench@microsoft.com>2024-08-08 11:15:33 -0500
commitbdcffe4be7cb90ccd12c49924dad9e2eda11b57a (patch)
tree7221d5ccad6d805bf5d95eadb042bfc3ba7911be /fs/smb/client/misc.c
parentsmb3: fix setting SecurityFlags when encryption is required (diff)
downloadlinux-rng-bdcffe4be7cb90ccd12c49924dad9e2eda11b57a.tar.xz
linux-rng-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/misc.c')
-rw-r--r--fs/smb/client/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/smb/client/misc.c b/fs/smb/client/misc.c
index b28ff62f1f15..3fe5bfc389d0 100644
--- a/fs/smb/client/misc.c
+++ b/fs/smb/client/misc.c
@@ -352,7 +352,7 @@ checkSMB(char *buf, unsigned int total_read, struct TCP_Server_Info *server)
* on simple responses (wct, bcc both zero)
* in particular have seen this on
* ulogoffX and FindClose. This leaves
- * one byte of bcc potentially unitialized
+ * one byte of bcc potentially uninitialized
*/
/* zero rest of bcc */
tmp[sizeof(struct smb_hdr)+1] = 0;