linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs/pipe.c: Fix comment typo
@ 2022-08-11 14:01 Jason Wang
  0 siblings, 0 replies; only message in thread
From: Jason Wang @ 2022-08-11 14:01 UTC (permalink / raw)
  To: viro; +Cc: linux-fsdevel, linux-kernel, Jason Wang

The double `do' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 fs/pipe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/pipe.c b/fs/pipe.c
index 74ae9fafd25a..f4a070b12519 100644
--- a/fs/pipe.c
+++ b/fs/pipe.c
@@ -579,7 +579,7 @@ pipe_write(struct kiocb *iocb, struct iov_iter *from)
 	__pipe_unlock(pipe);
 
 	/*
-	 * If we do do a wakeup event, we do a 'sync' wakeup, because we
+	 * If we do a wakeup event, we do a 'sync' wakeup, because we
 	 * want the reader to start processing things asap, rather than
 	 * leave the data pending.
 	 *
-- 
2.36.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-11 14:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-11 14:01 [PATCH] fs/pipe.c: Fix comment typo Jason Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).