Commit e918cd23 authored by Colin Ian King's avatar Colin Ian King Committed by Alexei Starovoitov

selftests/bpf: Fix spelling mistake.

There is a spelling mistake in an ASSERT_OK literal string. Fix it.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Acked-by: default avatarMykola Lysenko <mykolal@fb.com>
Link: https://lore.kernel.org/r/20220817213242.101277-1-colin.i.king@gmail.comSigned-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
parent 75179e2b
...@@ -109,7 +109,7 @@ static void test_destructive(void) ...@@ -109,7 +109,7 @@ static void test_destructive(void)
{ {
__u64 save_caps = 0; __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")) if (!ASSERT_OK(cap_disable_effective(1ULL << CAP_SYS_BOOT, &save_caps), "drop_caps"))
return; return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment