* [PATCH v2] selftests/arm64: fix spelling errors in comments
@ 2026-07-02 1:52 Wang Yan
2026-07-02 12:58 ` Will Deacon
0 siblings, 1 reply; 2+ messages in thread
From: Wang Yan @ 2026-07-02 1:52 UTC (permalink / raw)
To: catalin.marinas, will, shuah
Cc: linux-arm-kernel, linux-kselftest, linux-kernel, Wang Yan
Fix two spelling mistakes in arm64 selftest comments:
- "whcih" -> "which" (arm64/gcs/libc-gcs.c)
- "resutls" -> "results" (arm64/pauth/pac.c)
Signed-off-by: Wang Yan <wangyan01@kylinos.cn>
---
tools/testing/selftests/arm64/gcs/libc-gcs.c | 2 +-
tools/testing/selftests/arm64/pauth/pac.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/testing/selftests/arm64/gcs/libc-gcs.c b/tools/testing/selftests/arm64/gcs/libc-gcs.c
index 72e82bfbecc9..ddb0b2b20155 100644
--- a/tools/testing/selftests/arm64/gcs/libc-gcs.c
+++ b/tools/testing/selftests/arm64/gcs/libc-gcs.c
@@ -130,7 +130,7 @@ TEST(gcs_find_terminator)
* We can access a GCS via ptrace
*
* This could usefully have a fixture but note that each test is
- * fork()ed into a new child whcih causes issues. Might be better to
+ * fork()ed into a new child which causes issues. Might be better to
* lift at least some of this out into a separate, non-harness, test
* program.
*/
diff --git a/tools/testing/selftests/arm64/pauth/pac.c b/tools/testing/selftests/arm64/pauth/pac.c
index 67d138057707..f4b859c75a5a 100644
--- a/tools/testing/selftests/arm64/pauth/pac.c
+++ b/tools/testing/selftests/arm64/pauth/pac.c
@@ -292,7 +292,7 @@ TEST(single_thread_different_keys)
/*
* fork() does not change keys. Only exec() does so call a worker program.
- * Its only job is to sign a value and report back the resutls
+ * Its only job is to sign a value and report back the results
*/
TEST(exec_changed_keys)
{
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH v2] selftests/arm64: fix spelling errors in comments
2026-07-02 1:52 [PATCH v2] selftests/arm64: fix spelling errors in comments Wang Yan
@ 2026-07-02 12:58 ` Will Deacon
0 siblings, 0 replies; 2+ messages in thread
From: Will Deacon @ 2026-07-02 12:58 UTC (permalink / raw)
To: catalin.marinas, shuah, Wang Yan
Cc: kernel-team, Will Deacon, linux-arm-kernel, linux-kselftest,
linux-kernel
On Thu, 02 Jul 2026 09:52:42 +0800, Wang Yan wrote:
> Fix two spelling mistakes in arm64 selftest comments:
> - "whcih" -> "which" (arm64/gcs/libc-gcs.c)
> - "resutls" -> "results" (arm64/pauth/pac.c)
>
>
Applied to arm64 (for-next/fixes), thanks!
[1/1] selftests/arm64: fix spelling errors in comments
https://git.kernel.org/arm64/c/a52d6c7160f7
Cheers,
--
Will
https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-02 12:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-02 1:52 [PATCH v2] selftests/arm64: fix spelling errors in comments Wang Yan
2026-07-02 12:58 ` Will Deacon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox