]> git.ipfire.org Git - thirdparty/linux.git/commit
docs: kdoc: remove some dead code in dump_typedef()
authorJonathan Corbet <corbet@lwn.net>
Mon, 8 Sep 2025 22:32:10 +0000 (16:32 -0600)
committerJonathan Corbet <corbet@lwn.net>
Thu, 18 Sep 2025 16:19:53 +0000 (10:19 -0600)
commit999a642d7e7d4241cc7dba942a13c67d0685284b
treefad189c85cd68b11fd3392037f80038887664a5f
parent3dff54410e56ddee2dad8824ea77e60cd5b16d5b
docs: kdoc: remove some dead code in dump_typedef()

The regex in this block of code makes no sense, and a quick test shows that
it never matches anything; simply delete the code.

No output changes.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
scripts/lib/kdoc/kdoc_parser.py