]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
docs: kdoc_parser: move nested match transforms to xforms_lists.py
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 2 Mar 2026 16:41:01 +0000 (17:41 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 3 Mar 2026 17:47:25 +0000 (10:47 -0700)
commit85c2a51357f720fabfb6fa8d2551d87a94e797cb
tree2c3a0510b142cb1f0cb9707ef986309c193295a4
parentfc44c0a0b2a72f2e9331063a311a548634ae18af
docs: kdoc_parser: move nested match transforms to xforms_lists.py

As NestedMatch now has a sub method and a declaration close to
what KernRe does, we can move the rules to xforms_lists and
simplify kdoc_parser a little bit.

No functional changes.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <762ce2a58ff024c1b0b6f6a6e05020d1415b8308.1772469446.git.mchehab+huawei@kernel.org>
tools/lib/python/kdoc/kdoc_parser.py
tools/lib/python/kdoc/xforms_lists.py