projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f239f6
)
bpf: fix bitrotted kerneldoc
author
Valdis Kletnieks
<
[email protected]
>
Tue, 29 Jan 2019 04:04:46 +0000
(23:04 -0500)
committer
Daniel Borkmann
<
[email protected]
>
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 <
[email protected]
>
Acked-by: Song Liu <
[email protected]
>
Signed-off-by: Daniel Borkmann <
[email protected]
>
kernel/bpf/core.c
patch
|
blob
|
history
diff --git
a/kernel/bpf/core.c
b/kernel/bpf/core.c
index a7bcb23bee841a2eff4295aaef131d3b1dacb8b0..f13c543b7b3673013ef5ee126f2fc03fcbfac01b 100644
(file)
--- 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.
*/