提交 e90004d5 编写于 作者: C Colin Ian King 提交者: Daniel Borkmann

bpf: fix spelling mistake: "funcation"-> "function"

Trivial fix to spelling mistake in error message text.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NDaniel Borkmann <daniel@iogearbox.net>
上级 962b5827
...@@ -772,7 +772,7 @@ static int check_subprogs(struct bpf_verifier_env *env) ...@@ -772,7 +772,7 @@ static int check_subprogs(struct bpf_verifier_env *env)
return -EPERM; return -EPERM;
} }
if (bpf_prog_is_dev_bound(env->prog->aux)) { if (bpf_prog_is_dev_bound(env->prog->aux)) {
verbose(env, "funcation calls in offloaded programs are not supported yet\n"); verbose(env, "function calls in offloaded programs are not supported yet\n");
return -EINVAL; return -EINVAL;
} }
ret = add_subprog(env, i + insn[i].imm + 1); ret = add_subprog(env, i + insn[i].imm + 1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册