linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sukrut Heroorkar <hsukrut3@gmail.com>
To: linux-kselftest@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, shuah@kernel.org, hpa@zytor.com,
	x86@kernel.org, dave.hansen@linux.intel.com, bp@alien8.de,
	mingo@redhat.com, tglx@linutronix.de,
	Sukrut Heroorkar <hsukrut3@gmail.com>
Subject: [PATCH] kselftests/x86: Correct grammer in VMX pairing message
Date: Fri, 16 May 2025 21:20:57 +0200	[thread overview]
Message-ID: <20250516192057.7518-1-hsukrut3@gmail.com> (raw)

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


             reply	other threads:[~2025-05-16 19:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-16 19:20 Sukrut Heroorkar [this message]
2025-05-17  7:14 ` [PATCH] kselftests/x86: Correct grammer in VMX pairing message Ingo Molnar

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=20250516192057.7518-1-hsukrut3@gmail.com \
    --to=hsukrut3@gmail.com \
    --cc=bp@alien8.de \
    --cc=dave.hansen@linux.intel.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=shuah@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).