lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20260121060333.4160937-1-chenziyu@uniontech.com>
Date: Wed, 21 Jan 2026 14:03:33 +0800
From: Ziyu Chen <chenziyu@...ontech.com>
To: Christian Brauner <brauner@...nel.org>,
	Shuah Khan <shuah@...nel.org>
Cc: linux-kernel@...r.kernel.org,
	linux-kselftest@...r.kernel.org,
	zhanjun@...ontech.com,
	niecheng1@...ontech.com,
	kernel@...ontech.com,
	Ziyu Chen <chenziyu@...ontech.com>,
	Cryolitia PukNgae <cryolitia@...ontech.com>
Subject: [PATCH] selftests/pidfd: Fix comment typo already covered by spelling.txt

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@...ontech.com>
Signed-off-by: Ziyu Chen <chenziyu@...ontech.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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ