linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] selftests: fix spelling mistake "chainged" -> "chained"
@ 2019-12-10 11:24 Colin King
  2019-12-10 11:27 ` Aleksa Sarai
  2020-01-16 20:13 ` shuah
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2019-12-10 11:24 UTC (permalink / raw)
  To: Shuah Khan, Al Viro, Aleksa Sarai, linux-kselftest
  Cc: kernel-janitors, linux-kernel

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'",
-- 
2.24.0


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

* Re: [PATCH][next] selftests: fix spelling mistake "chainged" -> "chained"
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Aleksa Sarai @ 2019-12-10 11:27 UTC (permalink / raw)
  To: Colin King
  Cc: Shuah Khan, Al Viro, linux-kselftest, kernel-janitors, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1283 bytes --]

On 2019-12-10, Colin King <colin.king@canonical.com> wrote:
> There is a spelling mistake in a literal string, fix it.

Yup, makes sense.

Reviewed-by: Aleksa Sarai <cyphar@cyphar.com>

> 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'",
> -- 
> 2.24.0
> 


-- 
Aleksa Sarai
Senior Software Engineer (Containers)
SUSE Linux GmbH
<https://www.cyphar.com/>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH][next] selftests: fix spelling mistake "chainged" -> "chained"
  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
  1 sibling, 0 replies; 3+ messages in thread
From: shuah @ 2020-01-16 20:13 UTC (permalink / raw)
  To: Colin King, Al Viro, Aleksa Sarai, linux-kselftest
  Cc: kernel-janitors, linux-kernel, shuah

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

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

end of thread, other threads:[~2020-01-16 20:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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).