From: Shivam Chaudhary <cvam0000@gmail.com>
To: Pavan Bobba <opensource206@gmail.com>, shuah@kernel.org
Cc: linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] kselftests:grammer correction
Date: Thu, 21 Aug 2025 12:23:52 +0530 [thread overview]
Message-ID: <4177b434-15fb-4ae3-8c6d-9e3a40328dbf@gmail.com> (raw)
In-Reply-To: <20250820125836.14464-1-opensource206@gmail.com>
On 20/08/25 6:28 PM, Pavan Bobba wrote:
> correct a minor grammer mistake
grammer should be grammar, i think not present in spelling.txt and
missed by checkpatch.
Also fix your subsystem prefix it should be selftests: acct:
send v3
-cvam
>
> Signed-off-by: Pavan Bobba <opensource206@gmail.com>
> ---
> v1 -> v2 : changed the "corrected" word to "correct" word in message
> description to follow the convention
> tools/testing/selftests/acct/acct_syscall.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/acct/acct_syscall.c b/tools/testing/selftests/acct/acct_syscall.c
> index 87c044fb9293..ee2894e4f7bc 100644
> --- a/tools/testing/selftests/acct/acct_syscall.c
> +++ b/tools/testing/selftests/acct/acct_syscall.c
> @@ -22,7 +22,7 @@ int main(void)
> ksft_print_header();
> ksft_set_plan(1);
>
> - // Check if test is run a root
> + // Check if test is run as root
> if (geteuid()) {
> ksft_exit_skip("This test needs root to run!\n");
> return 1;
next prev parent reply other threads:[~2025-08-21 6:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-20 12:58 [PATCH v2] kselftests:grammer correction Pavan Bobba
2025-08-20 22:15 ` Shivam Chaudhary
2025-08-21 6:53 ` Shivam Chaudhary [this message]
2025-08-21 18:14 ` Al Viro
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=4177b434-15fb-4ae3-8c6d-9e3a40328dbf@gmail.com \
--to=cvam0000@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=opensource206@gmail.com \
--cc=shuah@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).