]> asedeno.scripts.mit.edu Git - linux.git/commit
bpf: fix formatting for bpf_perf_event_read() helper doc
authorQuentin Monnet <quentin.monnet@netronome.com>
Mon, 30 Apr 2018 10:39:03 +0000 (11:39 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 30 Apr 2018 11:53:11 +0000 (13:53 +0200)
commit3bd5a09b529c03bac354c9d48e688ed2aca934fd
tree3a427d683181a4e00bd7a3065b8a906b6499bfc8
parent4d220ed0f8140c478ab7b0a14d96821da639b646
bpf: fix formatting for bpf_perf_event_read() helper doc

Some edits brought to the last iteration of BPF helper functions
documentation introduced an error with RST formatting. As a result, most
of one paragraph is rendered in bold text when only the name of a helper
should be. Fix it, and fix formatting of another function name in the
same paragraph.

Fixes: c6b5fb8690fa ("bpf: add documentation for eBPF helpers (42-50)")
Signed-off-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
include/uapi/linux/bpf.h