[PATCH] fs/afs: fix repeated words in comments

Jilin Yuan yuanjilin at cdjrlc.com
Tue Aug 16 05:21:55 PDT 2022


 Delete the redundant word 'that'.
 Delete the redundant word 'the'.

Signed-off-by: Jilin Yuan <yuanjilin at cdjrlc.com>
---
 fs/afs/cell.c  | 2 +-
 fs/afs/flock.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/afs/cell.c b/fs/afs/cell.c
index 07ad744eef77..a7b94208cce5 100644
--- a/fs/afs/cell.c
+++ b/fs/afs/cell.c
@@ -227,7 +227,7 @@ static struct afs_cell *afs_alloc_cell(struct afs_net *net,
  * @excl:	T if an error should be given if the cell name already exists.
  *
  * Look up a cell record by name and query the DNS for VL server addresses if
- * needed.  Note that that actual DNS query is punted off to the manager thread
+ * needed.  Note that actual DNS query is punted off to the manager thread
  * so that this function can return immediately if interrupted whilst allowing
  * cell records to be shared even if not yet fully constructed.
  */
diff --git a/fs/afs/flock.c b/fs/afs/flock.c
index c4210a3964d8..801fe305878f 100644
--- a/fs/afs/flock.c
+++ b/fs/afs/flock.c
@@ -152,7 +152,7 @@ static void afs_next_locker(struct afs_vnode *vnode, int error)
 }
 
 /*
- * Kill off all waiters in the the pending lock queue due to the vnode being
+ * Kill off all waiters in the pending lock queue due to the vnode being
  * deleted.
  */
 static void afs_kill_lockers_enoent(struct afs_vnode *vnode)
-- 
2.36.1




More information about the linux-afs mailing list