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

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


Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
parent 75179e2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;