]> www.infradead.org Git - users/jedix/linux-maple.git/commit
docs: bpf: Fix bullet point formatting warning
authorKhaled Elnaggar <khaledelnaggarlinux@gmail.com>
Tue, 13 May 2025 01:58:59 +0000 (04:58 +0300)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 13 May 2025 15:53:02 +0000 (08:53 -0700)
commit79af71c5fe44f3973c666bab3e9e5845812d3b8b
treeb8f2ffa0fe305ace7c41a8662c494270ebeb4313
parentf4efc73b1ee791cb946156eec6c64e75b6092d48
docs: bpf: Fix bullet point formatting warning

Fix indentation for a bullet list item in bpf_iterators.rst.
According to reStructuredText rules, bullet list item bodies must be
consistently indented relative to the bullet. The indentation of the
first line after the bullet determines the alignment for the rest of
the item body.

Reported by smatch:
  /linux/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: Khaled Elnaggar <khaledelnaggarlinux@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20250513015901.475207-1-khaledelnaggarlinux@gmail.com
Documentation/bpf/bpf_iterators.rst