]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
docs: kdoc_parser: add support for LIST_HEAD
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 2 Mar 2026 16:40:52 +0000 (17:40 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 3 Mar 2026 17:47:24 +0000 (10:47 -0700)
commit9bff5121fe22fdd0bb5bd6f744e136ec20bf7b95
tree15c2aec5a609ed05de4b58ded849f2168bcb03fc
parent6d9c2e9575b8630e17571a77eef8ade84a2a6344
docs: kdoc_parser: add support for LIST_HEAD

Convert LIST_HEAD into struct list_head when handling its
prototype.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <8bdfa6ba6002b0a73a83660f0ce7b40e30124552.1772469446.git.mchehab+huawei@kernel.org>
tools/lib/python/kdoc/kdoc_parser.py