From: Shuah Khan <skhan@linuxfoundation.org>
To: Chang Yu <marcus.yu.56@gmail.com>, ebiederm@xmission.com
Cc: kees@kernel.org, shuah@kernel.org, linux-mm@kvack.org,
linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org,
chang.yu.56@protonmail.com,
Shuah Khan <skhan@linuxfoundation.org>
Subject: Re: [PATCH] selftests/exec: Fix grammar in an error message.
Date: Wed, 31 Jul 2024 11:44:10 -0600 [thread overview]
Message-ID: <71f31fb9-2ef4-4bbf-99fd-83e30d6e9422@linuxfoundation.org> (raw)
In-Reply-To: <ZqCBSPFfMeghhRGQ@gmail.com>
On 7/23/24 22:21, Chang Yu wrote:
> Replace "not ... nor" in the error message with "neither ... nor".
>
> Signed-off-by: Chang Yu <marcus.yu.56@gmail.com>
> ---
> tools/testing/selftests/exec/execveat.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/exec/execveat.c b/tools/testing/selftests/exec/execveat.c
> index 6418ded40bdd..071e03532cba 100644
> --- a/tools/testing/selftests/exec/execveat.c
> +++ b/tools/testing/selftests/exec/execveat.c
> @@ -117,7 +117,7 @@ static int check_execveat_invoked_rc(int fd, const char *path, int flags,
> }
> if ((WEXITSTATUS(status) != expected_rc) &&
> (WEXITSTATUS(status) != expected_rc2)) {
> - ksft_print_msg("child %d exited with %d not %d nor %d\n",
> + ksft_print_msg("child %d exited with %d neither %d nor %d\n",
> child, WEXITSTATUS(status), expected_rc,
> expected_rc2);
> ksft_test_result_fail("%s\n", test_name);
Applied to linux-kselftest next for Linux 6.12-rc1
thanks,
-- Shuah
prev parent reply other threads:[~2024-07-31 17:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-24 4:21 Chang Yu
2024-07-31 17:44 ` Shuah Khan [this message]
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=71f31fb9-2ef4-4bbf-99fd-83e30d6e9422@linuxfoundation.org \
--to=skhan@linuxfoundation.org \
--cc=chang.yu.56@protonmail.com \
--cc=ebiederm@xmission.com \
--cc=kees@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=marcus.yu.56@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