]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
bpf: fix spelling mistake: "obusing" -> "abusing"
authorColin Ian King <colin.king@canonical.com>
Wed, 10 Jan 2018 09:20:54 +0000 (09:20 +0000)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 10 Jan 2018 22:32:59 +0000 (14:32 -0800)
Trivial fix to spelling mistake in error message text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/verifier.c

index b414d6b2d47070505f3a60fcd8b58478b293d2ad..96ab165c873c22272911d0e8c4351b6b4d27be77 100644 (file)
@@ -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)