Skip to content

Commit db52b58

Browse files
Byte-LabAlexei Starovoitov
authored andcommitted
bpf, docs: Fix __uninit kfunc doc section
In commit d96d937 ("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: d96d937 ("bpf: Add __uninit kfunc annotation") Signed-off-by: David Vernet <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
1 parent 7ce60b1 commit db52b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/bpf/kfuncs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ size parameter, and the value of the constant matters for program safety, __k
101101
suffix should be used.
102102

103103
2.2.2 __uninit Annotation
104-
--------------------
104+
-------------------------
105105

106106
This annotation is used to indicate that the argument will be treated as
107107
uninitialized.

0 commit comments

Comments
 (0)