]> git.baikalelectronics.ru Git - kernel.git/commitdiff
bpf: fix bitrotted kerneldoc
authorValdis Kletnieks <valdis.kletnieks@vt.edu>
Tue, 29 Jan 2019 04:04:46 +0000 (23:04 -0500)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 31 Jan 2019 09:31:44 +0000 (10:31 +0100)
Over the years, the function signature has changed, but the
kerneldoc block hasn't.

Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
kernel/bpf/core.c

index a7bcb23bee841a2eff4295aaef131d3b1dacb8b0..f13c543b7b3673013ef5ee126f2fc03fcbfac01b 100644 (file)
@@ -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.
  */