aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2022-08-17 22:32:42 +0100
committerAlexei Starovoitov <ast@kernel.org>2022-08-19 12:45:14 -0700
commite918cd231ee6f1dc969e71718ed11c71e98f5c4c (patch)
treef4f2abd19a8404ee8d9a90b82fb10dbaa9d99221 /tools/testing/selftests/bpf/prog_tests
parentMerge branch 'bpf: net: Remove duplicated code from bpf_setsockopt()' (diff)
downloadlinux-dev-e918cd231ee6f1dc969e71718ed11c71e98f5c4c.tar.xz
linux-dev-e918cd231ee6f1dc969e71718ed11c71e98f5c4c.zip
selftests/bpf: Fix spelling mistake.
There is a spelling mistake in an ASSERT_OK literal string. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Acked-by: Mykola Lysenko <mykolal@fb.com> Link: https://lore.kernel.org/r/20220817213242.101277-1-colin.i.king@gmail.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests')
-rw-r--r--tools/testing/selftests/bpf/prog_tests/kfunc_call.c2
1 files changed, 1 insertions, 1 deletions
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;