linux-kernel-mentees.lists.linuxfoundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests: futex; Fix spelling in test messages
@ 2025-08-21 15:41 bhanuseshukumar
  2025-08-26 23:51 ` Bagas Sanjaya
  0 siblings, 1 reply; 2+ messages in thread
From: bhanuseshukumar @ 2025-08-21 15:41 UTC (permalink / raw)
  To: tglx, mingo, shuah
  Cc: peterz, dvhart, dave, andrealmeid, linux-kernel, linux-kselftest,
	linux-kernel-mentees, bigeasy, colin.i.king, bhanuseshukumar

Correct a few spelling mistakes in selftest output messages to improve
readability

Signed-off-by: bhanuseshukumar <bhanuseshukumar@gmail.com>
---
 This fix is part of kselftest pre-requisite task for kernel mentorship fall 2025
 tools/testing/selftests/futex/functional/futex_priv_hash.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/testing/selftests/futex/functional/futex_priv_hash.c b/tools/testing/selftests/futex/functional/futex_priv_hash.c
index aea001ac4946..a8cec7bd2b5d 100644
--- a/tools/testing/selftests/futex/functional/futex_priv_hash.c
+++ b/tools/testing/selftests/futex/functional/futex_priv_hash.c
@@ -132,7 +132,7 @@ static void usage(char *prog)
 {
 	printf("Usage: %s\n", prog);
 	printf("  -c    Use color\n");
-	printf("  -g    Test global hash instead intead local immutable \n");
+	printf("  -g    Test global hash instead local immutable\n");
 	printf("  -h    Display this help message\n");
 	printf("  -v L  Verbosity level: %d=QUIET %d=CRITICAL %d=INFO\n",
 	       VQUIET, VCRITICAL, VINFO);
@@ -267,7 +267,7 @@ int main(int argc, char *argv[])
 	join_max_threads();
 
 	ret = futex_hash_slots_get();
-	ksft_test_result(ret == 2, "No more auto-resize after manaul setting, got %d\n",
+	ksft_test_result(ret == 2, "No more auto-resize after manual setting, got %d\n",
 			 ret);
 
 	futex_hash_slots_set_must_fail(1 << 29);
-- 
2.34.1


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

* Re: [PATCH] selftests: futex; Fix spelling in test messages
  2025-08-21 15:41 [PATCH] selftests: futex; Fix spelling in test messages bhanuseshukumar
@ 2025-08-26 23:51 ` Bagas Sanjaya
  0 siblings, 0 replies; 2+ messages in thread
From: Bagas Sanjaya @ 2025-08-26 23:51 UTC (permalink / raw)
  To: bhanuseshukumar, tglx, mingo, shuah
  Cc: peterz, dvhart, dave, andrealmeid, linux-kernel, linux-kselftest,
	linux-kernel-mentees, bigeasy, colin.i.king

[-- Attachment #1: Type: text/plain, Size: 545 bytes --]

On Thu, Aug 21, 2025 at 09:11:03PM +0530, bhanuseshukumar wrote:
> -	printf("  -g    Test global hash instead intead local immutable \n");
> +	printf("  -g    Test global hash instead local immutable\n");
                                         instead of local immutable
> -	ksft_test_result(ret == 2, "No more auto-resize after manaul setting, got %d\n",
> +	ksft_test_result(ret == 2, "No more auto-resize after manual setting, got %d\n",

This one looks OK.

Thanks. 

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

end of thread, other threads:[~2025-08-26 23:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-21 15:41 [PATCH] selftests: futex; Fix spelling in test messages bhanuseshukumar
2025-08-26 23:51 ` Bagas Sanjaya

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