Skip to content

Commit a03f507

Browse files
rddunlapsmfrench
authored andcommitted
cifs: delete duplicated words in header files
Drop repeated words in multiple comments. (be, use, the, See) Signed-off-by: Randy Dunlap <[email protected]> Cc: Steve French <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Steve French <[email protected]>
1 parent 60e5e4b commit a03f507

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

fs/cifs/cifsacl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ struct cifs_ace {
132132
/*
133133
* The current SMB3 form of security descriptor is similar to what was used for
134134
* 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
136136
* 2.4.6). Note that "CamelCase" fields are used in this struct in order to
137137
* match the MS-DTYP and MS-SMB2 specs which define the wire format.
138138
*/
@@ -178,7 +178,7 @@ struct smb3_acl {
178178

179179
/*
180180
* 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
182182
*/
183183
struct owner_sid {
184184
u8 Revision;

fs/cifs/cifsglob.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@ struct cifsInodeInfo {
14661466
struct list_head llist; /* locks helb by this inode */
14671467
/*
14681468
* 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()
14701470
* for this semaphore to avoid deadlocks.
14711471
*/
14721472
struct rw_semaphore lock_sem; /* protect the fields above */

fs/cifs/smb2pdu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* Note that, due to trying to use names similar to the protocol specifications,
3232
* there are many mixed case field names in the structures below. Although
3333
* 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.
3535
*
3636
* SMB2 commands
3737
* Some commands have minimal (wct=0,bcc=0), or uninteresting, responses

0 commit comments

Comments
 (0)