]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
docs: kdoc_item: fix initial value for parameterdesc_start_lines
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 18 Mar 2026 09:11:06 +0000 (10:11 +0100)
committerJonathan Corbet <corbet@lwn.net>
Sun, 22 Mar 2026 21:10:40 +0000 (15:10 -0600)
commit01c41b99c66ff26a102edbc4f9dff9c74692723e
treeddff257830fbb54f5226fc04a3d4e66141a1c6ac
parent9ab2ca3dd127194a55bd9789c031e800fd19c254
docs: kdoc_item: fix initial value for parameterdesc_start_lines

Ensure that parameterdesc_start_lines is a dict at init time,
as this is how it will be set later on at the parser.

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