BPF List
 help / color / mirror / Atom feed
From: Akira Yokosawa <akiyks@gmail.com>
To: mtahhan@redhat.com, bpf@vger.kernel.org, linux-doc@vger.kernel.org
Cc: jbrouer@redhat.com, thoiland@redhat.com, donhunte@redhat.com,
	Akira Yokosawa <akiyks@gmail.com>
Subject: Re: [PATCH bpf-next v1 1/1] docs: fixup cpumap sphinx >= 3.1 warning
Date: Mon, 14 Nov 2022 08:21:15 +0900	[thread overview]
Message-ID: <5ee856e5-d65f-d342-0c84-1e39f9a5a251@gmail.com> (raw)
In-Reply-To: <20221113103327.3287482-1-mtahhan@redhat.com>

On Sun, 13 Nov 2022 05:33:27 -0500, mtahhan@redhat.com wrote:
> From: Maryam Tahhan <mtahhan@redhat.com>
> 
> Fixup bpf_map_update_elem() declaration to use a single line.
> 
> Signed-off-by: Maryam Tahhan <mtahhan@redhat.com>
> Reported-by: Akira Yokosawa <akiyks@gmail.com>
Tested-by: Akira Yokosawa <akiyks@gmail.com>

        Thanks, Akira
> ---
>  Documentation/bpf/map_cpumap.rst | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> 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

  reply	other threads:[~2022-11-13 23:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-13 10:33 [PATCH bpf-next v1 1/1] docs: fixup cpumap sphinx >= 3.1 warning mtahhan
2022-11-13 23:21 ` Akira Yokosawa [this message]
2022-11-14 17:22 ` sdf
2022-11-14 18:20 ` patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5ee856e5-d65f-d342-0c84-1e39f9a5a251@gmail.com \
    --to=akiyks@gmail.com \
    --cc=bpf@vger.kernel.org \
    --cc=donhunte@redhat.com \
    --cc=jbrouer@redhat.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=mtahhan@redhat.com \
    --cc=thoiland@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox