diff mbox series

[next] selftests: fix spelling mistake "chainged" -> "chained"

Message ID 20191210112455.171482-1-colin.king@canonical.com (mailing list archive)
State Mainlined
Commit 7714d469dcba572bbfb9cc47217fed7e7ddeb051
Headers show
Series [next] selftests: fix spelling mistake "chainged" -> "chained" | expand

Commit Message

Colin King Dec. 10, 2019, 11:24 a.m. UTC
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(-)

Comments

Aleksa Sarai Dec. 10, 2019, 11:27 a.m. UTC | #1
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
>
shuah Jan. 16, 2020, 8:13 p.m. UTC | #2
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
diff mbox series

Patch

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