[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220725015903.5449-1-slark_xiao@163.com>
Date: Mon, 25 Jul 2022 09:59:03 +0800
From: Slark Xiao <slark_xiao@....com>
To: tglx@...utronix.de, mingo@...hat.com, shuah@...nel.org,
peterz@...radead.org, dvhart@...radead.org, dave@...olabs.net,
andrealmeid@...lia.com
Cc: linux-kernel@...r.kernel.org, linux-kselftest@...r.kernel.org,
Slark Xiao <slark_xiao@....com>
Subject: [PATCH] selftests: futex: Fix typo 'the the' in comment
Replace 'the the' with 'the' in the comment.
Signed-off-by: Slark Xiao <slark_xiao@....com>
---
.../futex/functional/futex_requeue_pi_signal_restart.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c b/tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c
index f8c43ce8fe66..c6b8f32990c8 100644
--- a/tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c
+++ b/tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c
@@ -184,7 +184,7 @@ int main(int argc, char *argv[])
/*
* If res is non-zero, we either requeued the waiter or hit an
* error, break out and handle it. If it is zero, then the
- * signal may have hit before the the waiter was blocked on f1.
+ * signal may have hit before the waiter was blocked on f1.
* Try again.
*/
if (res > 0) {
--
2.25.1
Powered by blists - more mailing lists