bpf, docs: Fix __uninit kfunc doc section
authorDavid Vernet <void@manifault.com>
Wed, 1 Mar 2023 19:49:10 +0000 (13:49 -0600)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 2 Mar 2023 00:00:10 +0000 (16:00 -0800)
commitdb52b587c67f40e4bd6e8167f2334d4500617bdc
tree271847f5493e2704bf32878ee3b4e0f8eadd3dd4
parent7ce60b110eece1d7b3d5c322fd11f6d41a29d17b
bpf, docs: Fix __uninit kfunc doc section

In commit d96d937d7c5c ("bpf: Add __uninit kfunc annotation"), the
__uninit kfunc annotation was documented in kfuncs.rst. You have to
fully underline a section in rst, or the build will issue a warning that
the title underline is too short:

./Documentation/bpf/kfuncs.rst:104: WARNING: Title underline too short.

2.2.2 __uninit Annotation
--------------------

This patch fixes that title underline.

Fixes: d96d937d7c5c ("bpf: Add __uninit kfunc annotation")
Signed-off-by: David Vernet <void@manifault.com>
Link: https://lore.kernel.org/r/20230301194910.602738-2-void@manifault.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Documentation/bpf/kfuncs.rst