linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests: futex: Fix typo 'the the' in comment
@ 2022-07-25  1:59 Slark Xiao
  2022-08-02 20:04 ` [tip: locking/core] selftests: futex: Fix 'the the' typo " tip-bot2 for Slark Xiao
  0 siblings, 1 reply; 2+ messages in thread
From: Slark Xiao @ 2022-07-25  1:59 UTC (permalink / raw)
  To: tglx, mingo, shuah, peterz, dvhart, dave, andrealmeid
  Cc: linux-kernel, linux-kselftest, Slark Xiao

Replace 'the the' with 'the' in the comment.

Signed-off-by: Slark Xiao <slark_xiao@163.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


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

* [tip: locking/core] selftests: futex: Fix 'the the' typo in comment
  2022-07-25  1:59 [PATCH] selftests: futex: Fix typo 'the the' in comment Slark Xiao
@ 2022-08-02 20:04 ` tip-bot2 for Slark Xiao
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Slark Xiao @ 2022-08-02 20:04 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Slark Xiao, Ingo Molnar, x86, linux-kernel

The following commit has been merged into the locking/core branch of tip:

Commit-ID:     d171011e6adad135eaced630dce26cac9a174037
Gitweb:        https://git.kernel.org/tip/d171011e6adad135eaced630dce26cac9a174037
Author:        Slark Xiao <slark_xiao@163.com>
AuthorDate:    Mon, 25 Jul 2022 09:59:03 +08:00
Committer:     Ingo Molnar <mingo@kernel.org>
CommitterDate: Tue, 02 Aug 2022 21:57:03 +02:00

selftests: futex: Fix 'the the' typo in comment

Replace 'the the' with 'the' in the comment.

Signed-off-by: Slark Xiao <slark_xiao@163.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20220725015903.5449-1-slark_xiao@163.com
---
 tools/testing/selftests/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 f8c43ce..c6b8f32 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) {

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

end of thread, other threads:[~2022-08-02 20:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-25  1:59 [PATCH] selftests: futex: Fix typo 'the the' in comment Slark Xiao
2022-08-02 20:04 ` [tip: locking/core] selftests: futex: Fix 'the the' typo " tip-bot2 for Slark Xiao

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).