]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
docs: kdoc: trim __cacheline_group_* with the other annotations
authorJonathan Corbet <corbet@lwn.net>
Thu, 4 Sep 2025 19:33:56 +0000 (13:33 -0600)
committerJonathan Corbet <corbet@lwn.net>
Thu, 18 Sep 2025 16:19:53 +0000 (10:19 -0600)
commit8b00d6fe96960aaba1b923d4a8c1ddb173c9c1ff
tree921492c042d289ea81a67088ad843ad0fb8b5786
parent1e9ddbb2cd346e42256c5ede2cc40439f2f99bb7
docs: kdoc: trim __cacheline_group_* with the other annotations

The special case for __cacheline_group_begin/end() can be handled by just
adding another pattern to the struct_prefixes, eliminating the need for a
special case in push_parameter().

One change is that these annotations no longer appear in the rendered
output, just like all the other annotations that we clean out.

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