All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftests: fix spelling mistaked "chaigned" -> "chained"
@ 2020-01-16  9:29 Colin King
  2020-01-16 15:09   ` Aleksa Sarai
  0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2020-01-16  9:29 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] selftests: fix spelling mistaked "chaigned" -> "chained"
  2020-01-16  9:29 [PATCH] selftests: fix spelling mistaked "chaigned" -> "chained" Colin King
@ 2020-01-16 15:09   ` Aleksa Sarai
  0 siblings, 0 replies; 3+ messages in thread
From: Aleksa Sarai @ 2020-01-16 15:09 UTC (permalink / raw)
  To: Colin King
  Cc: Shuah Khan, Al Viro, linux-kselftest, kernel-janitors, linux-kernel

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

On 2020-01-16, Colin King <colin.king@canonical.com> 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>

Yup, sure.

Reviewed-by: Aleksa Sarai <cyphar@cyphar.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] selftests: fix spelling mistaked "chaigned" -> "chained"
@ 2020-01-16 15:09   ` Aleksa Sarai
  0 siblings, 0 replies; 3+ messages in thread
From: Aleksa Sarai @ 2020-01-16 15:09 UTC (permalink / raw)
  To: Colin King
  Cc: Shuah Khan, Al Viro, linux-kselftest, kernel-janitors, linux-kernel

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

On 2020-01-16, Colin King <colin.king@canonical.com> 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>

Yup, sure.

Reviewed-by: Aleksa Sarai <cyphar@cyphar.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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-16  9:29 [PATCH] selftests: fix spelling mistaked "chaigned" -> "chained" Colin King
2020-01-16 15:09 ` Aleksa Sarai
2020-01-16 15:09   ` Aleksa Sarai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.