docs: kdoc: Regularize the use of the declaration name
authorJonathan Corbet <corbet@lwn.net>
Wed, 2 Jul 2025 19:17:59 +0000 (13:17 -0600)
committerJonathan Corbet <corbet@lwn.net>
Tue, 15 Jul 2025 19:43:30 +0000 (13:43 -0600)
commita0db2051d7e1fca9a63a8643f1f187ff0b5931f1
tree8930d4cfb4a1f02d939ca919f88aecc0e095332f
parentde6f7ac91a08d723a6eaa9c5bbce30c5a126c861
docs: kdoc: Regularize the use of the declaration name

Each declaration type passes through the name in a unique field of the
"args" blob - even though we have always just passed the name separately.
Get rid of all the weird names and just use the common version.

Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
scripts/lib/kdoc/kdoc_output.py
scripts/lib/kdoc/kdoc_parser.py