From: Valdis Kletnieks Date: Tue, 29 Jan 2019 04:04:46 +0000 (-0500) Subject: bpf: fix bitrotted kerneldoc X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=de1da68d9c9d230e448b9fa0abff139a0468fb96;p=linux.git bpf: fix bitrotted kerneldoc Over the years, the function signature has changed, but the kerneldoc block hasn't. Signed-off-by: Valdis Kletnieks Acked-by: Song Liu Signed-off-by: Daniel Borkmann --- diff --git a/kernel/bpf/core.c b/kernel/bpf/core.c index a7bcb23bee841..f13c543b7b367 100644 --- a/kernel/bpf/core.c +++ b/kernel/bpf/core.c @@ -1263,8 +1263,9 @@ bool bpf_opcode_in_insntable(u8 code) #ifndef CONFIG_BPF_JIT_ALWAYS_ON /** * __bpf_prog_run - run eBPF program on a given context - * @ctx: is the data we are operating on + * @regs: is the array of MAX_BPF_EXT_REG eBPF pseudo-registers * @insn: is the array of eBPF instructions + * @stack: is the eBPF storage stack * * Decode and execute eBPF instructions. */