Skip to content

Commit a33d314

Browse files
jwilkAlexei Starovoitov
authored andcommitted
bpf: Fix reStructuredText markup
The patch fixes: $ scripts/bpf_helpers_doc.py > bpf-helpers.rst $ rst2man bpf-helpers.rst > bpf-helpers.7 bpf-helpers.rst:1105: (WARNING/2) Inline strong start-string without end-string. Signed-off-by: Jakub Wilk <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]> Reviewed-by: Quentin Monnet <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent 257d7d4 commit a33d314

File tree

2 files changed

+2
-2
lines changed
  • include/uapi/linux
  • tools/include/uapi/linux

2 files changed

+2
-2
lines changed

include/uapi/linux/bpf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1642,7 +1642,7 @@ union bpf_attr {
16421642
* ifindex, but doesn't require a map to do so.
16431643
* Return
16441644
* **XDP_REDIRECT** on success, or the value of the two lower bits
1645-
* of the **flags* argument on error.
1645+
* of the *flags* argument on error.
16461646
*
16471647
* int bpf_sk_redirect_map(struct sk_buff *skb, struct bpf_map *map, u32 key, u64 flags)
16481648
* Description

tools/include/uapi/linux/bpf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1642,7 +1642,7 @@ union bpf_attr {
16421642
* ifindex, but doesn't require a map to do so.
16431643
* Return
16441644
* **XDP_REDIRECT** on success, or the value of the two lower bits
1645-
* of the **flags* argument on error.
1645+
* of the *flags* argument on error.
16461646
*
16471647
* int bpf_sk_redirect_map(struct sk_buff *skb, struct bpf_map *map, u32 key, u64 flags)
16481648
* Description

0 commit comments

Comments
 (0)