]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
docs: kdoc_parser: fix the default_value logic for variables
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 2 Mar 2026 16:40:49 +0000 (17:40 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 3 Mar 2026 17:47:24 +0000 (10:47 -0700)
commit9bbf22b87d866fa1e6a1f9f6376d2ef458b6dcc7
tree68792ce80cbe407bee174ae7fbc2db4a42b43e71
parent4fd349f03dc51bc2f9cd2ea9f6309b0bc2b848ca
docs: kdoc_parser: fix the default_value logic for variables

The indentation is wrong for the second regex, which causes
problems on variables with defaults.

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