mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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>
This commit is contained in:
parent
75179e2b7f
commit
e918cd231e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue