linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: shuah <shuah@kernel.org>
To: Colin King <colin.king@canonical.com>,
	Al Viro <viro@zeniv.linux.org.uk>,
	Aleksa Sarai <cyphar@cyphar.com>,
	linux-kselftest@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
	shuah <shuah@kernel.org>
Subject: Re: [PATCH][next] selftests: fix spelling mistake "chainged" -> "chained"
Date: Thu, 16 Jan 2020 13:13:09 -0700	[thread overview]
Message-ID: <2a02d10f-2ae1-acfc-d5c3-fe49dee9cba3@kernel.org> (raw)
In-Reply-To: <20191210112455.171482-1-colin.king@canonical.com>

On 12/10/19 4:24 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a literal string, fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   tools/testing/selftests/openat2/resolve_test.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/openat2/resolve_test.c b/tools/testing/selftests/openat2/resolve_test.c
> index 7a94b1da8e7b..bbafad440893 100644
> --- a/tools/testing/selftests/openat2/resolve_test.c
> +++ b/tools/testing/selftests/openat2/resolve_test.c
> @@ -230,7 +230,7 @@ void test_openat2_opath_tests(void)
>   		{ .name = "[in_root] garbage link to /root",
>   		  .path = "cheeky/garbageself",	.how.resolve = RESOLVE_IN_ROOT,
>   		  .out.path = "root",		.pass = true },
> -		{ .name = "[in_root] chainged garbage links to /root",
> +		{ .name = "[in_root] chained garbage links to /root",
>   		  .path = "abscheeky/garbageself", .how.resolve = RESOLVE_IN_ROOT,
>   		  .out.path = "root",		.pass = true },
>   		{ .name = "[in_root] relative path to 'root'",
> 

It didn't apply to linux-kselftest next

If this is going through opennat2 tree then,

Acked-by: Shuah Khan <skhan@linuxfoundation.org>

If not I can this for 5.6-rc2

thanks,
-- Shuah

      parent reply	other threads:[~2020-01-16 20:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-10 11:24 [PATCH][next] selftests: fix spelling mistake "chainged" -> "chained" Colin King
2019-12-10 11:27 ` Aleksa Sarai
2020-01-16 20:13 ` shuah [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=2a02d10f-2ae1-acfc-d5c3-fe49dee9cba3@kernel.org \
    --to=shuah@kernel.org \
    --cc=colin.king@canonical.com \
    --cc=cyphar@cyphar.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    /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).