]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
docs: kdoc_output: better handle lists
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 6 Mar 2026 15:45:51 +0000 (16:45 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 9 Mar 2026 16:34:39 +0000 (10:34 -0600)
commitab9150972f21c41d4487e5d4b21cea0ecfe0bb94
tree1c027effb3ad15aef67bdc503d1ef1202739a554
parent908ae13b1864c05bcde8cfc7127ec147d28f9414
docs: kdoc_output: better handle lists

On several functions, the return values are inside a bullet
list. Also, on some places, there are numbered lists as well.

Use a troff markup to format them, to avoid placing everything
on a single line.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <edea87623550a51086c23c9af0edc5e9fcce0ed6.1772810752.git.mchehab+huawei@kernel.org>
tools/lib/python/kdoc/kdoc_output.py