linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kselftests/x86: Correct grammer in VMX pairing message
@ 2025-05-16 19:20 Sukrut Heroorkar
  2025-05-17  7:14 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Sukrut Heroorkar @ 2025-05-16 19:20 UTC (permalink / raw)
  To: linux-kselftest
  Cc: linux-kernel, shuah, hpa, x86, dave.hansen, bp, mingo, tglx,
	Sukrut Heroorkar

Fixes a small grammatical error in the print message.

signed-off-by: Sukrut Heroorkar <hsukrut3@gmail.com>
---
 tools/testing/selftests/x86/ioperm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/x86/ioperm.c b/tools/testing/selftests/x86/ioperm.c
index 69d5fb7050c2..a5099e526912 100644
--- a/tools/testing/selftests/x86/ioperm.c
+++ b/tools/testing/selftests/x86/ioperm.c
@@ -107,7 +107,7 @@ int main(void)
 		err(1, "fork");
 
 	if (child == 0) {
-		printf("[RUN]\tchild: check that we inherited permissions\n");
+		printf("[RUN]\tchild: check that if we inherited permissions\n");
 		expect_ok(0x80);
 		expect_gp(0xed);
 		printf("[RUN]\tchild: Extend permissions to 0x81\n");
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-05-17  7:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-16 19:20 [PATCH] kselftests/x86: Correct grammer in VMX pairing message Sukrut Heroorkar
2025-05-17  7:14 ` Ingo Molnar

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).