2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/scripts/lib/kdoc
Jonathan Corbet 172bee3376 docs: kdoc: remove the "struct_actual" machinery
The code goes out of its way to create a special list of parameters in
entry.struct_actual that is just like entry.parameterlist, but with extra
junk.  The only use of that information, in check_sections(), promptly
strips all the extra junk back out.  Drop all that extra work and just use
parameterlist.

No output changes.

Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2025-07-15 13:43:16 -06:00
..
kdoc_files.py docs: kdoc: simplify the output-item passing 2025-07-02 14:14:31 -06:00
kdoc_item.py docs: kdoc: Centralize handling of the item section list 2025-07-15 13:43:13 -06:00
kdoc_output.py docs: kdoc: Centralize handling of the item section list 2025-07-15 13:43:13 -06:00
kdoc_parser.py docs: kdoc: remove the "struct_actual" machinery 2025-07-15 13:43:16 -06:00
kdoc_re.py docs: kdoc: micro-optimize KernRe 2025-06-30 09:56:01 -06:00