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>] [day] [month] [year] [list]
Message-Id: <20250824174137.5913-1-activprithvi@gmail.com>
Date: Sun, 24 Aug 2025 23:11:36 +0530
From: Prithvi Tambewagh <activprithvi@...il.com>
To: skhan@...uxfoundation.org,
	shuah@...nel.org
Cc: Prithvi Tambewagh <activprithvi@...il.com>,
	linux-kselftest@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH] selftests/filesystems: Grammatical correction in error message

Grammatical correction in error message for TIOCGTPTERR failure

Signed-off-by: Prithvi Tambewagh <activprithvi@...il.com>
---
 tools/testing/selftests/filesystems/devpts_pts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/filesystems/devpts_pts.c b/tools/testing/selftests/filesystems/devpts_pts.c
index b1fc9b916ace..b7652df7888b 100644
--- a/tools/testing/selftests/filesystems/devpts_pts.c
+++ b/tools/testing/selftests/filesystems/devpts_pts.c
@@ -129,7 +129,7 @@ static int do_tiocgptpeer(char *ptmx, char *expected_procfd_contents)
 			fret = KSFT_SKIP;
 		} else {
 			fprintf(stderr,
-				"Failed to perform TIOCGPTPEER ioctl\n");
+				"TIOCGPTPEER ioctl operation failed\n");
 			fret = EXIT_FAILURE;
 		}
 		goto do_cleanup;
-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ