mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-05 09:44:22 +07:00
bpf: fix spelling mistake: "funcation"-> "function"
Trivial fix to spelling mistake in error message text. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
This commit is contained in:
parent
962b582785
commit
e90004d56b
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user