]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: Fix formatting in documentation for BPF helpers
authorQuentin Monnet <quentin@isovalent.com>
Tue, 23 Jun 2020 15:39:35 +0000 (16:39 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 24 Jun 2020 00:57:02 +0000 (17:57 -0700)
commit0d884db21d455c1334d86fd836af6b43f7dfb630
treee1dcc4c084305dd7c1dab2cefe9c2ac41cc267e0
parent827c7f8b1917fd0ba94e74789bdb35cc029caa88
bpf: Fix formatting in documentation for BPF helpers

When producing the bpf-helpers.7 man page from the documentation from
the BPF user space header file, rst2man complains:

    <stdin>:2636: (ERROR/3) Unexpected indentation.
    <stdin>:2640: (WARNING/2) Block quote ends without a blank line; unexpected unindent.

Let's fix formatting for the relevant chunk (item list in
bpf_ringbuf_query()'s description), and for a couple other functions.

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Link: https://lore.kernel.org/bpf/20200623153935.6215-1-quentin@isovalent.com
include/uapi/linux/bpf.h
tools/include/uapi/linux/bpf.h