linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][V2][next] selftests/bpf: Fix spelling mistake "succesful" (kfunc_call.c)
@ 2022-08-17 21:32 Colin Ian King
  2022-08-18 15:48 ` Mykola Lysenko
  2022-08-19 19:50 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2022-08-17 21:32 UTC (permalink / raw)
  To: Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko, Song Liu,
	Yonghong Song, John Fastabend, KP Singh, Stanislav Fomichev,
	Hao Luo, Jiri Olsa, Mykola Lysenko, Shuah Khan, bpf,
	linux-kselftest
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in an ASSERT_OK literal string. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
V2: change subject line as per Mykola Lysenko's recommendation
---
 tools/testing/selftests/bpf/prog_tests/kfunc_call.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/bpf/prog_tests/kfunc_call.c b/tools/testing/selftests/bpf/prog_tests/kfunc_call.c
index 351fafa006fb..eede7c304f86 100644
--- a/tools/testing/selftests/bpf/prog_tests/kfunc_call.c
+++ b/tools/testing/selftests/bpf/prog_tests/kfunc_call.c
@@ -109,7 +109,7 @@ static void test_destructive(void)
 {
 	__u64 save_caps = 0;
 
-	ASSERT_OK(test_destructive_open_and_load(), "succesful_load");
+	ASSERT_OK(test_destructive_open_and_load(), "successful_load");
 
 	if (!ASSERT_OK(cap_disable_effective(1ULL << CAP_SYS_BOOT, &save_caps), "drop_caps"))
 		return;
-- 
2.37.1


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

* Re: [PATCH][V2][next] selftests/bpf: Fix spelling mistake "succesful" (kfunc_call.c)
  2022-08-17 21:32 [PATCH][V2][next] selftests/bpf: Fix spelling mistake "succesful" (kfunc_call.c) Colin Ian King
@ 2022-08-18 15:48 ` Mykola Lysenko
  2022-08-19 19:50 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Mykola Lysenko @ 2022-08-18 15:48 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Mykola Lysenko, Alexei Starovoitov, Daniel Borkmann,
	Andrii Nakryiko, Song Liu, Yonghong Song, John Fastabend,
	KP Singh, Stanislav Fomichev, Hao Luo, Jiri Olsa, Shuah Khan,
	bpf, linux-kselftest, kernel-janitors, linux-kernel

Acked-by: Mykola Lysenko <mykolal@fb.com>

> On Aug 17, 2022, at 2:32 PM, Colin Ian King <colin.i.king@gmail.com> wrote:
> 
> !-------------------------------------------------------------------|
>  This Message Is From an External Sender
> 
> |-------------------------------------------------------------------!
> 
> There is a spelling mistake in an ASSERT_OK literal string. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
> V2: change subject line as per Mykola Lysenko's recommendation
> ---
> tools/testing/selftests/bpf/prog_tests/kfunc_call.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/bpf/prog_tests/kfunc_call.c b/tools/testing/selftests/bpf/prog_tests/kfunc_call.c
> index 351fafa006fb..eede7c304f86 100644
> --- a/tools/testing/selftests/bpf/prog_tests/kfunc_call.c
> +++ b/tools/testing/selftests/bpf/prog_tests/kfunc_call.c
> @@ -109,7 +109,7 @@ static void test_destructive(void)
> {
> 	__u64 save_caps = 0;
> 
> -	ASSERT_OK(test_destructive_open_and_load(), "succesful_load");
> +	ASSERT_OK(test_destructive_open_and_load(), "successful_load");
> 
> 	if (!ASSERT_OK(cap_disable_effective(1ULL << CAP_SYS_BOOT, &save_caps), "drop_caps"))
> 		return;
> -- 
> 2.37.1
> 


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

* Re: [PATCH][V2][next] selftests/bpf: Fix spelling mistake "succesful" (kfunc_call.c)
  2022-08-17 21:32 [PATCH][V2][next] selftests/bpf: Fix spelling mistake "succesful" (kfunc_call.c) Colin Ian King
  2022-08-18 15:48 ` Mykola Lysenko
@ 2022-08-19 19:50 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-08-19 19:50 UTC (permalink / raw)
  To: Colin King
  Cc: ast, daniel, andrii, song, yhs, john.fastabend, kpsingh, sdf,
	haoluo, jolsa, mykolal, shuah, bpf, linux-kselftest,
	kernel-janitors, linux-kernel

Hello:

This patch was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:

On Wed, 17 Aug 2022 22:32:42 +0100 you wrote:
> There is a spelling mistake in an ASSERT_OK literal string. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
> V2: change subject line as per Mykola Lysenko's recommendation
> ---
>  tools/testing/selftests/bpf/prog_tests/kfunc_call.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [V2,next] selftests/bpf: Fix spelling mistake "succesful" (kfunc_call.c)
    https://git.kernel.org/bpf/bpf-next/c/e918cd231ee6

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2022-08-19 19:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-17 21:32 [PATCH][V2][next] selftests/bpf: Fix spelling mistake "succesful" (kfunc_call.c) Colin Ian King
2022-08-18 15:48 ` Mykola Lysenko
2022-08-19 19:50 ` patchwork-bot+netdevbpf

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).