aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.h
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-19 17:13:16 -0700
committerSteve French <stfrench@microsoft.com>2020-08-02 18:00:26 -0500
commita03f507de5f44673cd7c67e24f64b479057c2ce0 (patch)
tree37b19f4c515afd574874587b507396b30200d7a0 /fs/cifs/smb2pdu.h
parentcifs: Remove the superfluous break (diff)
downloadlinux-dev-a03f507de5f44673cd7c67e24f64b479057c2ce0.tar.xz
linux-dev-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.h2
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