tty/ldsem: Fix syntax errors in comments
authorXiang wangx <wangxiang@cdjrlc.com>
Wed, 8 Dec 2021 14:20:36 +0000 (22:20 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Dec 2021 08:15:49 +0000 (09:15 +0100)
Delete the redundant word 'are'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Link: https://lore.kernel.org/r/20211208142036.7956-1-wangxiang@cdjrlc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_ldsem.c

index ce82910..3be428c 100644 (file)
@@ -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 {