diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-20 02:13:16 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2020-08-03 01:00:26 +0200 |
commit | a03f507de5f44673cd7c67e24f64b479057c2ce0 (patch) | |
tree | 37b19f4c515afd574874587b507396b30200d7a0 /fs/cifs/smb2pdu.h | |
parent | cifs: Remove the superfluous break (diff) | |
download | linux-a03f507de5f44673cd7c67e24f64b479057c2ce0.tar.xz linux-a03f507de5f44673cd7c67e24f64b479057c2ce0.zip |
cifs: delete duplicated words in header files
Drop repeated words in multiple comments.
(be, use, the, See)
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Steve French <sfrench@samba.org>
Cc: linux-cifs@vger.kernel.org
Cc: samba-technical@lists.samba.org
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/smb2pdu.h')
-rw-r--r-- | fs/cifs/smb2pdu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/smb2pdu.h b/fs/cifs/smb2pdu.h index 236814d61248..c3f1baf5bde2 100644 --- a/fs/cifs/smb2pdu.h +++ b/fs/cifs/smb2pdu.h @@ -31,7 +31,7 @@ * Note that, due to trying to use names similar to the protocol specifications, * there are many mixed case field names in the structures below. Although * this does not match typical Linux kernel style, it is necessary to be - * be able to match against the protocol specfication. + * able to match against the protocol specfication. * * SMB2 commands * Some commands have minimal (wct=0,bcc=0), or uninteresting, responses |