* [PATCH] selftests/pidfd: Fix comment typo already covered by spelling.txt
@ 2026-01-21 6:03 Ziyu Chen
2026-01-21 9:41 ` [PATCH v2] selftests/pidfd: fix typo in comment Ziyu Chen
0 siblings, 1 reply; 3+ messages in thread
From: Ziyu Chen @ 2026-01-21 6:03 UTC (permalink / raw)
To: Christian Brauner, Shuah Khan
Cc: linux-kernel, linux-kselftest, zhanjun, niecheng1, kernel,
Ziyu Chen, Cryolitia PukNgae
Fix a minor spelling issue in a comment in the pidfd info selftest.
This typo is already listed in scripts/spelling.txt, but fixing it
locally improves readability and avoids repeated reports.
No functional change intended.
Suggested-by: Cryolitia PukNgae <cryolitia@uniontech.com>
Signed-off-by: Ziyu Chen <chenziyu@uniontech.com>
---
tools/testing/selftests/pidfd/pidfd_info_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/pidfd/pidfd_info_test.c b/tools/testing/selftests/pidfd/pidfd_info_test.c
index 6571e04acd88..be4eab64c4e1 100644
--- a/tools/testing/selftests/pidfd/pidfd_info_test.c
+++ b/tools/testing/selftests/pidfd/pidfd_info_test.c
@@ -229,7 +229,7 @@ static void *pidfd_info_pause_thread(void *arg)
close(ipc_socket);
- /* Sleep untill we're killed. */
+ /* Sleep until we'rekilled. */
pause();
return NULL;
}
--
2.20.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH v2] selftests/pidfd: fix typo in comment
2026-01-21 6:03 [PATCH] selftests/pidfd: Fix comment typo already covered by spelling.txt Ziyu Chen
@ 2026-01-21 9:41 ` Ziyu Chen
2026-01-21 17:58 ` Shuah
0 siblings, 1 reply; 3+ messages in thread
From: Ziyu Chen @ 2026-01-21 9:41 UTC (permalink / raw)
To: Christian Brauner, Shuah Khan
Cc: linux-kernel, linux-kselftest, zhanjun, niecheng1, kernel,
Ziyu Chen, Cryolitia PukNgae
Fix the typo "untill" → "until" in a comment in pidfd_info_test.c.
This typo is already listed in scripts/spelling.txt by commit
66b47b4a9dad ("checkpatch: look for common misspellings").
Suggested-by: Cryolitia PukNgae <cryolitia@uniontech.com>
Signed-off-by: Ziyu Chen <chenziyu@uniontech.com>
---
v2:
- Fix unintended whitespace removal in the comment ("we're killed").
tools/testing/selftests/pidfd/pidfd_info_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/pidfd/pidfd_info_test.c b/tools/testing/selftests/pidfd/pidfd_info_test.c
index 6571e04acd88..8bed951e06a0 100644
--- a/tools/testing/selftests/pidfd/pidfd_info_test.c
+++ b/tools/testing/selftests/pidfd/pidfd_info_test.c
@@ -229,7 +229,7 @@ static void *pidfd_info_pause_thread(void *arg)
close(ipc_socket);
- /* Sleep untill we're killed. */
+ /* Sleep until we're killed. */
pause();
return NULL;
}
--
2.20.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH v2] selftests/pidfd: fix typo in comment
2026-01-21 9:41 ` [PATCH v2] selftests/pidfd: fix typo in comment Ziyu Chen
@ 2026-01-21 17:58 ` Shuah
0 siblings, 0 replies; 3+ messages in thread
From: Shuah @ 2026-01-21 17:58 UTC (permalink / raw)
To: Ziyu Chen, Christian Brauner, Shuah Khan
Cc: linux-kernel, linux-kselftest, zhanjun, niecheng1, kernel,
Cryolitia PukNgae, Shuah Khan
On 1/21/26 02:41, Ziyu Chen wrote:
> Fix the typo "untill" → "until" in a comment in pidfd_info_test.c.
>
> This typo is already listed in scripts/spelling.txt by commit
> 66b47b4a9dad ("checkpatch: look for common misspellings").
>
> Suggested-by: Cryolitia PukNgae <cryolitia@uniontech.com>
> Signed-off-by: Ziyu Chen <chenziyu@uniontech.com>
> ---
> v2:
> - Fix unintended whitespace removal in the comment ("we're killed").
> tools/testing/selftests/pidfd/pidfd_info_test.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/pidfd/pidfd_info_test.c b/tools/testing/selftests/pidfd/pidfd_info_test.c
> index 6571e04acd88..8bed951e06a0 100644
> --- a/tools/testing/selftests/pidfd/pidfd_info_test.c
> +++ b/tools/testing/selftests/pidfd/pidfd_info_test.c
> @@ -229,7 +229,7 @@ static void *pidfd_info_pause_thread(void *arg)
>
> close(ipc_socket);
>
> - /* Sleep untill we're killed. */
> + /* Sleep until we're killed. */
> pause();
> return NULL;
> }
Applied to linux-kselftest next for the next release
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-01-21 17:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-21 6:03 [PATCH] selftests/pidfd: Fix comment typo already covered by spelling.txt Ziyu Chen
2026-01-21 9:41 ` [PATCH v2] selftests/pidfd: fix typo in comment Ziyu Chen
2026-01-21 17:58 ` Shuah
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox