From: Ziyu Chen <chenziyu@uniontech.com>
To: Christian Brauner <brauner@kernel.org>, Shuah Khan <shuah@kernel.org>
Cc: linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org,
zhanjun@uniontech.com, niecheng1@uniontech.com,
kernel@uniontech.com, Ziyu Chen <chenziyu@uniontech.com>,
Cryolitia PukNgae <cryolitia@uniontech.com>
Subject: [PATCH] selftests/pidfd: Fix comment typo already covered by spelling.txt
Date: Wed, 21 Jan 2026 14:03:33 +0800 [thread overview]
Message-ID: <20260121060333.4160937-1-chenziyu@uniontech.com> (raw)
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
next reply other threads:[~2026-01-21 6:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-21 6:03 Ziyu Chen [this message]
2026-01-21 9:41 ` [PATCH v2] selftests/pidfd: fix typo in comment Ziyu Chen
2026-01-21 17:58 ` Shuah
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260121060333.4160937-1-chenziyu@uniontech.com \
--to=chenziyu@uniontech.com \
--cc=brauner@kernel.org \
--cc=cryolitia@uniontech.com \
--cc=kernel@uniontech.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=niecheng1@uniontech.com \
--cc=shuah@kernel.org \
--cc=zhanjun@uniontech.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox