* [PATCH] sud_test.c: Spelling correction 'usigned' changed to 'unsigned'
@ 2025-08-18 11:57 Sidharth Seela
0 siblings, 0 replies; only message in thread
From: Sidharth Seela @ 2025-08-18 11:57 UTC (permalink / raw)
To: shuah; +Cc: dvyukov, tglx, linux-kselftest, linux-kernel
Signed-off-by: Sidharth Seela <sidharthseela@gmail.com>
diff --git a/tools/testing/selftests/syscall_user_dispatch/sud_test.c
b/tools/testing/selftests/syscall_user_dispatch/sud_test.c
index 2eb2c06303f2..6b846f5c1fa6 100644
--- a/tools/testing/selftests/syscall_user_dispatch/sud_test.c
+++ b/tools/testing/selftests/syscall_user_dispatch/sud_test.c
@@ -140,7 +140,7 @@ TEST(bad_prctl_param)
prctl_invalid(_metadata, PR_SYS_DISPATCH_EXCLUSIVE_ON, 1, -1L,
&sel, EINVAL);
/*
- * Allowed range overflows usigned long
+ * Allowed range overflows unsigned long
*/
prctl_invalid(_metadata, PR_SYS_DISPATCH_EXCLUSIVE_ON, -1L,
0x1, &sel, EINVAL);
--
2.39.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-08-18 11:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-18 11:57 [PATCH] sud_test.c: Spelling correction 'usigned' changed to 'unsigned' Sidharth Seela
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).