From e662c7753668bbfb95e25043c6064088cc3a996d Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Sun, 13 Nov 2022 05:33:27 -0500 Subject: bpf, docs: Fixup cpumap sphinx >= 3.1 warning Fixup bpf_map_update_elem() declaration to use a single line. Reported-by: Akira Yokosawa Signed-off-by: Maryam Tahhan Signed-off-by: Daniel Borkmann Tested-by: Akira Yokosawa Acked-by: Stanislav Fomichev Link: https://lore.kernel.org/bpf/20221113103327.3287482-1-mtahhan@redhat.com --- Documentation/bpf/map_cpumap.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Documentation/bpf') diff --git a/Documentation/bpf/map_cpumap.rst b/Documentation/bpf/map_cpumap.rst index eaf57b38cafd..61a797a86342 100644 --- a/Documentation/bpf/map_cpumap.rst +++ b/Documentation/bpf/map_cpumap.rst @@ -48,8 +48,7 @@ Userspace program will result in the program failing to load and a verifier warning. .. c:function:: - int bpf_map_update_elem(int fd, const void *key, const void *value, - __u64 flags); + int bpf_map_update_elem(int fd, const void *key, const void *value, __u64 flags); CPU entries can be added or updated using the ``bpf_map_update_elem()`` helper. This helper replaces existing elements atomically. The ``value`` parameter -- cgit v1.2.3