Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

bpf: fix spelling mistake: "obusing" -> "abusing"



Trivial fix to spelling mistake in error message text.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
parent 661e4e33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4472,7 +4472,7 @@ static int fixup_bpf_calls(struct bpf_verifier_env *env)
			 */
			map_ptr = env->insn_aux_data[i + delta].map_ptr;
			if (map_ptr == BPF_MAP_PTR_POISON) {
				verbose(env, "tail_call obusing map_ptr\n");
				verbose(env, "tail_call abusing map_ptr\n");
				return -EINVAL;
			}
			if (!map_ptr->unpriv_array)