diff options
author | 2024-08-07 09:53:20 -0700 | |
---|---|---|
committer | 2024-08-08 11:15:33 -0500 | |
commit | bdcffe4be7cb90ccd12c49924dad9e2eda11b57a (patch) | |
tree | 7221d5ccad6d805bf5d95eadb042bfc3ba7911be /fs/smb/client/misc.c | |
parent | smb3: fix setting SecurityFlags when encryption is required (diff) | |
download | linux-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.c | 2 |
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; |