All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs/afs: fix repeated words in comments
@ 2022-08-16 12:21 Jilin Yuan
  2022-08-25 14:35 ` David Howells
  0 siblings, 1 reply; 3+ messages in thread
From: Jilin Yuan @ 2022-08-16 12:21 UTC (permalink / raw)
  To: dhowells, marc.dionne; +Cc: linux-afs, linux-kernel, Jilin Yuan

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

Signed-off-by: Jilin Yuan <yuanjilin@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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] fs/afs: fix repeated words in comments
  2022-08-16 12:21 [PATCH] fs/afs: fix repeated words in comments Jilin Yuan
@ 2022-08-25 14:35 ` David Howells
  0 siblings, 0 replies; 3+ messages in thread
From: David Howells @ 2022-08-25 14:35 UTC (permalink / raw)
  To: Jilin Yuan; +Cc: dhowells, marc.dionne, linux-afs, linux-kernel

Jilin Yuan <yuanjilin@cdjrlc.com> wrote:

> - * 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

That should probably real "Note that the actual ...".

David


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] fs/afs: fix repeated words in comments
@ 2022-10-22  6:47 wangjianli
  0 siblings, 0 replies; 3+ messages in thread
From: wangjianli @ 2022-10-22  6:47 UTC (permalink / raw)
  To: dhowells, marc.dionne; +Cc: linux-afs, linux-kernel, wangjianli

Delete the redundant word 'the'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 fs/afs/flock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-22  6:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16 12:21 [PATCH] fs/afs: fix repeated words in comments Jilin Yuan
2022-08-25 14:35 ` David Howells
2022-10-22  6:47 wangjianli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.