BPF List
 help / color / mirror / Atom feed
From: Bagas Sanjaya <bagasdotme@gmail.com>
To: Donald Hunter <donald.hunter@gmail.com>
Cc: bpf@vger.kernel.org, linux-doc@vger.kernel.org,
	Alexei Starovoitov <ast@kernel.org>,
	Daniel Borkmann <daniel@iogearbox.net>,
	Andrii Nakryiko <andrii@kernel.org>,
	Jonathan Corbet <corbet@lwn.net>,
	Maryam Tahhan <mtahhan@redhat.com>
Subject: Re: [PATCH bpf-next v2] docs/bpf: document BPF ARRAY_OF_MAPS and HASH_OF_MAPS
Date: Sat, 5 Nov 2022 19:54:18 +0700	[thread overview]
Message-ID: <Y2Zc+vdyQF9a0NnV@debian.me> (raw)
In-Reply-To: <20221104101928.9479-1-donald.hunter@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1243 bytes --]

On Fri, Nov 04, 2022 at 10:19:28AM +0000, Donald Hunter wrote:
> +Kernel BPF
> +----------
<snipped>...
> +Kernel BPF
> +----------
> +

As kernel test robot has reported [1], you need to disambiguate both heading
titles above:

---- >8 ----

diff --git a/Documentation/bpf/map_of_maps.rst b/Documentation/bpf/map_of_maps.rst
index d5a09bc669a34c..4dfe6ef9938e70 100644
--- a/Documentation/bpf/map_of_maps.rst
+++ b/Documentation/bpf/map_of_maps.rst
@@ -50,8 +50,8 @@ used to disable pre-allocation when it is too memory expensive.
 Usage
 =====
 
-Kernel BPF
-----------
+Helpers for kernel BPF
+----------------------
 
 .. c:function::
    void *bpf_map_lookup_elem(struct bpf_map *map, const void *key)
@@ -62,8 +62,8 @@ helper returns a pointer to the inner map, or ``NULL`` if no entry was found.
 Examples
 ========
 
-Kernel BPF
-----------
+Kernel BPF examples
+-------------------
 
 This snippet shows how to create an array of devmaps in a BPF program. Note that
 the outer array can only be modified from user space using the syscall API.

Thanks.

[1]: https://lore.kernel.org/linux-doc/202211051940.yqd37TmX-lkp@intel.com/

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

      parent reply	other threads:[~2022-11-05 12:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04 10:19 [PATCH bpf-next v2] docs/bpf: document BPF ARRAY_OF_MAPS and HASH_OF_MAPS Donald Hunter
2022-11-04 22:54 ` Andrii Nakryiko
2022-11-05  3:14 ` kernel test robot
2022-11-05 12:54 ` Bagas Sanjaya [this message]

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=Y2Zc+vdyQF9a0NnV@debian.me \
    --to=bagasdotme@gmail.com \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=corbet@lwn.net \
    --cc=daniel@iogearbox.net \
    --cc=donald.hunter@gmail.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=mtahhan@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