]> www.infradead.org Git - users/dwmw2/linux.git/commit
bpf: Fix bpf_dynptr documentation comments
authorDaniel Xu <dxu@dxuuu.xyz>
Thu, 13 Jun 2024 16:19:25 +0000 (10:19 -0600)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 13 Jun 2024 18:18:43 +0000 (11:18 -0700)
commit78746f93e903d022c692b9bb3a3e2570167b2dc2
tree93eebc7dfdda1d2b14177f637ac3e6e89a7e15d1
parent041c1dc988fdffd5eb0c13f1ce5d1b3b0125f208
bpf: Fix bpf_dynptr documentation comments

The function argument names were changed but the doc comment was not.
Fix htmldocs build warning by updating doc comments.

Fixes: cce4c40b9606 ("bpf: treewide: Align kfunc signatures to prog point-of-view")
Signed-off-by: Daniel Xu <dxu@dxuuu.xyz>
Link: https://lore.kernel.org/r/d0b0eb05f91e12e5795966153b11998d3fc1d433.1718295425.git.dxu@dxuuu.xyz
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/helpers.c