[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <175838565865.709179.1382080094641929805.tip-bot2@tip-bot2>
Date: Sat, 20 Sep 2025 16:27:38 -0000
From: "tip-bot2 for Colin Ian King" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Colin Ian King <colin.i.king@...il.com>,
Thomas Gleixner <tglx@...utronix.de>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: locking/futex] selftest/futex: Fix spelling mistake "boundarie"
-> "boundary"
The following commit has been merged into the locking/futex branch of tip:
Commit-ID: 4386f71623b77215c9502e60fc399e76ec337fec
Gitweb: https://git.kernel.org/tip/4386f71623b77215c9502e60fc399e76ec337fec
Author: Colin Ian King <colin.i.king@...il.com>
AuthorDate: Fri, 19 Sep 2025 17:57:11 +01:00
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitterDate: Sat, 20 Sep 2025 18:23:13 +02:00
selftest/futex: Fix spelling mistake "boundarie" -> "boundary"
There is a spelling mistake in a test message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@...il.com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
---
tools/testing/selftests/futex/functional/futex_numa_mpol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/futex/functional/futex_numa_mpol.c b/tools/testing/selftests/futex/functional/futex_numa_mpol.c
index afe5d95..d037a3f 100644
--- a/tools/testing/selftests/futex/functional/futex_numa_mpol.c
+++ b/tools/testing/selftests/futex/functional/futex_numa_mpol.c
@@ -180,7 +180,7 @@ TEST(futex_numa_mpol)
ksft_print_msg("Memory back to RW\n");
test_futex(futex_ptr, 0);
- ksft_test_result_pass("futex2 memory boundarie tests passed\n");
+ ksft_test_result_pass("futex2 memory boundary tests passed\n");
/* MPOL test. Does not work as expected */
#ifdef LIBNUMA_VER_SUFFICIENT
Powered by blists - more mailing lists