[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220816122155.770-1-yuanjilin@cdjrlc.com>
Date: Tue, 16 Aug 2022 20:21:55 +0800
From: Jilin Yuan <yuanjilin@...rlc.com>
To: dhowells@...hat.com, marc.dionne@...istor.com
Cc: linux-afs@...ts.infradead.org, linux-kernel@...r.kernel.org,
Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] fs/afs: fix repeated words in comments
Delete the redundant word 'that'.
Delete the redundant word 'the'.
Signed-off-by: Jilin Yuan <yuanjilin@...rlc.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
Powered by blists - more mailing lists