Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de1da68d authored by Valdis Kletnieks's avatar Valdis Kletnieks Committed by Daniel Borkmann
Browse files

bpf: fix bitrotted kerneldoc



Over the years, the function signature has changed, but the
kerneldoc block hasn't.

Signed-off-by: default avatarValdis Kletnieks <valdis.kletnieks@vt.edu>
Acked-by: default avatarSong Liu <songliubraving@fb.com>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
parent 9f239f68
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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.
 */