linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests/filesystems: Grammatical correction in error message
@ 2025-08-24 17:41 Prithvi Tambewagh
  0 siblings, 0 replies; only message in thread
From: Prithvi Tambewagh @ 2025-08-24 17:41 UTC (permalink / raw)
  To: skhan, shuah; +Cc: Prithvi Tambewagh, linux-kselftest, linux-kernel

Grammatical correction in error message for TIOCGTPTERR failure

Signed-off-by: Prithvi Tambewagh <activprithvi@gmail.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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-08-24 17:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-24 17:41 [PATCH] selftests/filesystems: Grammatical correction in error message Prithvi Tambewagh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).