Searched hist:"25906092 edb4bcf94cb669bd1ed03a0ef2f4120c" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/Documentation/bpf/ |
H A D | bpf_design_QA.rst | diff 25906092edb4bcf94cb669bd1ed03a0ef2f4120c Fri Nov 04 07:39:14 CDT 2022 Bagas Sanjaya <bagasdotme@gmail.com> Documentation: bpf: Escape underscore in BPF type name prefix
Sphinx reported unknown target warning:
Documentation/bpf/bpf_design_QA.rst:329: WARNING: Unknown target name: "bpf".
The warning is caused by BPF type name prefix ("bpf_") which is written without escaping the trailing underscore.
Escape the underscore to fix the warning. While at it, wrap the containing paragraph in less than 80 characters.
Fixes: 9805af8d8a5b17 ("bpf: Document UAPI details for special BPF types") Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Acked-by: KP Singh <kpsingh@kernel.org> Acked-by: David Vernet <void@manifault.com> Link: https://lore.kernel.org/bpf/20221104123913.50610-1-bagasdotme@gmail.com
|