mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] tty/ldsem: Fix syntax errors in comments
@ 2021-12-05 16:15 Xiang wangx
  2021-12-08  6:21 ` Jiri Slaby
  0 siblings, 1 reply; 2+ messages in thread
From: Xiang wangx @ 2021-12-05 16:15 UTC (permalink / raw)
  To: gregkh; +Cc: jirislaby, linux-kernel, Xiang wangx

Delete the redundant word 'are'

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
---
 drivers/tty/tty_ldsem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/tty_ldsem.c b/drivers/tty/tty_ldsem.c
index ce8291053af3..3be428c16260 100644
--- a/drivers/tty/tty_ldsem.c
+++ b/drivers/tty/tty_ldsem.c
@@ -163,7 +163,7 @@ down_read_failed(struct ld_semaphore *sem, long count, long timeout)
 
 	/*
 	 * Try to reverse the lock attempt but if the count has changed
-	 * so that reversing fails, check if there are are no waiters,
+	 * so that reversing fails, check if there are no waiters,
 	 * and early-out if not
 	 */
 	do {
-- 
2.20.1


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

end of thread, other threads:[~2021-12-08  6:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-05 16:15 [PATCH] tty/ldsem: Fix syntax errors in comments Xiang wangx
2021-12-08  6:21 ` Jiri Slaby

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®