diff options
author | David Vernet <[email protected]> | 2023-02-28 09:28:45 -0600 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2023-02-28 08:42:11 -0800 |
commit | 30a2d8328d8ac1bb0a6bf73f4f4cf03f4f5977cc (patch) | |
tree | adb2b9bfa52cddb9015beec59ae77c8d85eb1bdb /tools/perf/scripts/python/netdev-times.py | |
parent | 7364d60c26618d7465602ac86717a5a325b342f3 (diff) |
bpf: Fix bpf_cgroup_from_id() doxygen header
In commit 332ea1f697be ("bpf: Add bpf_cgroup_from_id() kfunc"), a new
bpf_cgroup_from_id() kfunc was added which allows a BPF program to
lookup and acquire a reference to a cgroup from a cgroup id. The
commit's doxygen comment seems to have copy-pasted fields, which causes
BPF kfunc helper documentation to fail to render:
<snip>/helpers.c:2114: warning: Excess function parameter 'cgrp'...
<snip>/helpers.c:2114: warning: Excess function parameter 'level'...
<snip>
<snip>/helpers.c:2114: warning: Excess function parameter 'level'...
This patch fixes the doxygen header.
Fixes: 332ea1f697be ("bpf: Add bpf_cgroup_from_id() kfunc")
Signed-off-by: David Vernet <[email protected]>
Acked-by: Yonghong Song <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions