diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-20 03:13:16 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2020-08-03 02:00:26 +0300 |
commit | a03f507de5f44673cd7c67e24f64b479057c2ce0 (patch) | |
tree | 37b19f4c515afd574874587b507396b30200d7a0 /fs/cifs/cifsglob.h | |
parent | 60e5e4b3bc8eccbcda9511fea7141963030d5af7 (diff) | |
download | linux-a03f507de5f44673cd7c67e24f64b479057c2ce0.tar.xz |
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/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index fad37d61910a..af6329fdef9e 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -1466,7 +1466,7 @@ struct cifsInodeInfo { struct list_head llist; /* locks helb by this inode */ /* * NOTE: Some code paths call down_read(lock_sem) twice, so - * we must always use use cifs_down_write() instead of down_write() + * we must always use cifs_down_write() instead of down_write() * for this semaphore to avoid deadlocks. */ struct rw_semaphore lock_sem; /* protect the fields above */ |