Skip to content

Commit 4095034

Browse files
Colin Ian KingAlexei Starovoitov
authored andcommitted
bpf: fix spelling mistake: "obusing" -> "abusing"
Trivial fix to spelling mistake in error message text. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]>
1 parent 661e4e3 commit 4095034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/bpf/verifier.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4472,7 +4472,7 @@ static int fixup_bpf_calls(struct bpf_verifier_env *env)
44724472
*/
44734473
map_ptr = env->insn_aux_data[i + delta].map_ptr;
44744474
if (map_ptr == BPF_MAP_PTR_POISON) {
4475-
verbose(env, "tail_call obusing map_ptr\n");
4475+
verbose(env, "tail_call abusing map_ptr\n");
44764476
return -EINVAL;
44774477
}
44784478
if (!map_ptr->unpriv_array)

0 commit comments

Comments
 (0)