]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
docs: kdoc_parser: don't exclude defaults from prototype
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 2 Mar 2026 16:40:50 +0000 (17:40 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 3 Mar 2026 17:47:24 +0000 (10:47 -0700)
commitb7dc635459ad5b00f2d482406dbdca3291622ce2
tree146bcbaccc40f022308950015eeb8e44ca52c486
parent9bbf22b87d866fa1e6a1f9f6376d2ef458b6dcc7
docs: kdoc_parser: don't exclude defaults from prototype

If we do that, the defaults won't be parsed.

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: <cedf2a819846d2f082388e9ba3d95047c35df6fd.1772469446.git.mchehab+huawei@kernel.org>
tools/lib/python/kdoc/kdoc_parser.py