scripts/kernel-doc: separate out function signature
authorVegard Nossum <vegard.nossum@oracle.com>
Thu, 15 Feb 2024 13:48:26 +0000 (14:48 +0100)
committerJonathan Corbet <corbet@lwn.net>
Wed, 21 Feb 2024 20:44:21 +0000 (13:44 -0700)
commitd3c55a710f95e11e2369a57cb53d4a7f3280aa57
tree281ad08d619da03d7e4713212b26cef1e7bf511f
parente8ebb853eb5751168cfd87c706fb1c38e053d4fb
scripts/kernel-doc: separate out function signature

Format the entire function signature and place it in a separate variable;
this both makes it easier to understand what these lines of code are doing
and will allow us to simplify the code further in the following patch.

No functional change.

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240215134828.1277109-4-vegard.nossum@oracle.com
scripts/kernel-doc