* [PATCH][next] selftests/futex: Fix spelling mistake "Succeffuly" -> "Successfully"
@ 2025-07-15 13:06 Colin Ian King
2025-07-22 9:29 ` [tip: locking/futex] " tip-bot2 for Colin Ian King
0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2025-07-15 13:06 UTC (permalink / raw)
To: Thomas Gleixner, Ingo Molnar, Peter Zijlstra, Darren Hart,
Davidlohr Bueso, André Almeida, Shuah Khan,
Sebastian Andrzej Siewior, linux-kselftest
Cc: kernel-janitors, linux-kernel
There is a spelling mistake in a ksft_exit_fail_msg message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
tools/testing/selftests/futex/functional/futex_priv_hash.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/futex/functional/futex_priv_hash.c b/tools/testing/selftests/futex/functional/futex_priv_hash.c
index a9cedc365102..aea001ac4946 100644
--- a/tools/testing/selftests/futex/functional/futex_priv_hash.c
+++ b/tools/testing/selftests/futex/functional/futex_priv_hash.c
@@ -122,7 +122,7 @@ static void futex_dummy_op(void)
}
ret = pthread_mutex_timedlock(&lock, &timeout);
if (ret == 0)
- ksft_exit_fail_msg("Succeffuly locked an already locked mutex.\n");
+ ksft_exit_fail_msg("Successfully locked an already locked mutex.\n");
if (ret != ETIMEDOUT)
ksft_exit_fail_msg("pthread_mutex_timedlock() did not timeout: %d.\n", ret);
--
2.50.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [tip: locking/futex] selftests/futex: Fix spelling mistake "Succeffuly" -> "Successfully"
2025-07-15 13:06 [PATCH][next] selftests/futex: Fix spelling mistake "Succeffuly" -> "Successfully" Colin Ian King
@ 2025-07-22 9:29 ` tip-bot2 for Colin Ian King
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Colin Ian King @ 2025-07-22 9:29 UTC (permalink / raw)
To: linux-tip-commits; +Cc: Colin Ian King, Thomas Gleixner, x86, linux-kernel
The following commit has been merged into the locking/futex branch of tip:
Commit-ID: e40892214b454c8734350d82374f46c2e495a4d2
Gitweb: https://git.kernel.org/tip/e40892214b454c8734350d82374f46c2e495a4d2
Author: Colin Ian King <colin.i.king@gmail.com>
AuthorDate: Tue, 15 Jul 2025 14:06:26 +01:00
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Tue, 22 Jul 2025 11:18:43 +02:00
selftests/futex: Fix spelling mistake "Succeffuly" -> "Successfully"
There is a spelling mistake in a ksft_exit_fail_msg() message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250715130627.1907017-1-colin.i.king@gmail.com
---
tools/testing/selftests/futex/functional/futex_priv_hash.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/futex/functional/futex_priv_hash.c b/tools/testing/selftests/futex/functional/futex_priv_hash.c
index a9cedc3..aea001a 100644
--- a/tools/testing/selftests/futex/functional/futex_priv_hash.c
+++ b/tools/testing/selftests/futex/functional/futex_priv_hash.c
@@ -122,7 +122,7 @@ static void futex_dummy_op(void)
}
ret = pthread_mutex_timedlock(&lock, &timeout);
if (ret == 0)
- ksft_exit_fail_msg("Succeffuly locked an already locked mutex.\n");
+ ksft_exit_fail_msg("Successfully locked an already locked mutex.\n");
if (ret != ETIMEDOUT)
ksft_exit_fail_msg("pthread_mutex_timedlock() did not timeout: %d.\n", ret);
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-22 9:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-15 13:06 [PATCH][next] selftests/futex: Fix spelling mistake "Succeffuly" -> "Successfully" Colin Ian King
2025-07-22 9:29 ` [tip: locking/futex] " tip-bot2 for Colin Ian King
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).