]> git.ipfire.org Git - thirdparty/linux.git/commit
docs: xforms_lists: use CMatch for all identifiers
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 17 Mar 2026 18:09:42 +0000 (19:09 +0100)
committerJonathan Corbet <corbet@lwn.net>
Sun, 22 Mar 2026 21:02:29 +0000 (15:02 -0600)
commit7538df7a2d7d26428803cf8053476169a6d28659
tree31e8cf6d41b40bef9f432ebbe4a8180f32af9fbf
parent79d881beb721d27f679f0dc1cba2d5fe2d7f6d8d
docs: xforms_lists: use CMatch for all identifiers

CMatch is lexically correct and replaces only identifiers,
which is exactly where macro transformations happen.

Use it to make the output safer and ensure that all arguments
will be parsed the right way, even on complex cases.

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