Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
Steve French
a03f507d 60e5e4b3

+4 -4
+2 -2
fs/cifs/cifsacl.h
··· 132 132 /* 133 133 * The current SMB3 form of security descriptor is similar to what was used for 134 134 * cifs (see above) but some fields are split, and fields in the struct below 135 - * matches names of fields to the the spec, MS-DTYP (see sections 2.4.5 and 135 + * matches names of fields to the spec, MS-DTYP (see sections 2.4.5 and 136 136 * 2.4.6). Note that "CamelCase" fields are used in this struct in order to 137 137 * match the MS-DTYP and MS-SMB2 specs which define the wire format. 138 138 */ ··· 178 178 179 179 /* 180 180 * Used to store the special 'NFS SIDs' used to persist the POSIX uid and gid 181 - * See See http://technet.microsoft.com/en-us/library/hh509017(v=ws.10).aspx 181 + * See http://technet.microsoft.com/en-us/library/hh509017(v=ws.10).aspx 182 182 */ 183 183 struct owner_sid { 184 184 u8 Revision;
+1 -1
fs/cifs/cifsglob.h
··· 1466 1466 struct list_head llist; /* locks helb by this inode */ 1467 1467 /* 1468 1468 * NOTE: Some code paths call down_read(lock_sem) twice, so 1469 - * we must always use use cifs_down_write() instead of down_write() 1469 + * we must always use cifs_down_write() instead of down_write() 1470 1470 * for this semaphore to avoid deadlocks. 1471 1471 */ 1472 1472 struct rw_semaphore lock_sem; /* protect the fields above */
+1 -1
fs/cifs/smb2pdu.h
··· 31 31 * Note that, due to trying to use names similar to the protocol specifications, 32 32 * there are many mixed case field names in the structures below. Although 33 33 * this does not match typical Linux kernel style, it is necessary to be 34 - * be able to match against the protocol specfication. 34 + * able to match against the protocol specfication. 35 35 * 36 36 * SMB2 commands 37 37 * Some commands have minimal (wct=0,bcc=0), or uninteresting, responses