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)
commitbcc7f554cfa7e0ac77c7adc4027c16f4a2f99c6f
treee1dcc4c084305dd7c1dab2cefe9c2ac41cc267e0
parentb338cb921e6739ff59ce32f43342779fe5ffa732
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