[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAADnVQLf06k6hFkrc3VWCzPBrqn0u98CH=q3dfJg82LkxK3oxw@mail.gmail.com>
Date: Tue, 20 May 2025 08:13:19 -0700
From: Alexei Starovoitov <alexei.starovoitov@...il.com>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: LKML <linux-kernel@...r.kernel.org>, Andrii Nakryiko <andrii@...nel.org>,
Alexei Starovoitov <ast@...nel.org>, Daniel Borkmann <daniel@...earbox.net>, bpf <bpf@...r.kernel.org>
Subject: Re: [PATCH] bpf, docs: add indentation to make the bullet list work
On Mon, May 19, 2025 at 1:57 PM Randy Dunlap <rdunlap@...radead.org> wrote:
>
> Fix a docs build warning and make the formatted output render
> correctly as a list.
>
> Documentation/bpf/bpf_iterators.rst:55: WARNING: Bullet list ends without a blank line; unexpected unindent. [docutils]
>
> Fixes: 7220eabff8cb ("bpf, docs: document open-coded BPF iterators")
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Cc: Andrii Nakryiko <andrii@...nel.org>
> Cc: Alexei Starovoitov <ast@...nel.org>
> Cc: Daniel Borkmann <daniel@...earbox.net>
> Cc: bpf@...r.kernel.org
> ---
> Documentation/bpf/bpf_iterators.rst | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> --- linux-next-20250516.orig/Documentation/bpf/bpf_iterators.rst
> +++ linux-next-20250516/Documentation/bpf/bpf_iterators.rst
> @@ -52,14 +52,14 @@ a pointer to this `struct bpf_iter_<type
>
> Additionally:
> - Constructor, i.e., `bpf_iter_<type>_new()`, can have arbitrary extra
> - number of arguments. Return type is not enforced either.
> + number of arguments. Return type is not enforced either.
This was fixed a week ago in
commit 79af71c5fe44 ("docs: bpf: Fix bullet point formatting warning")
Powered by blists - more mailing lists