pinctrl: s32: correct kernel-doc bad line warning

Insert a "*" in the kernel-doc line to resolve a warning:

Warning: drivers/pinctrl/nxp/pinctrl-s32.h:18 bad line: this group.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Dong Aisheng <Aisheng.dong@nxp.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
This commit is contained in:
Randy Dunlap 2026-03-05 22:34:11 -08:00 committed by Linus Walleij
parent e002d16265
commit 24f2baec82
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ struct platform_device;
/**
* struct s32_pin_group - describes an S32 pin group
* @data: generic data describes group name, number of pins, and a pin array in
this group.
* this group.
* @pin_sss: an array of source signal select configs paired with pin array.
*/
struct s32_pin_group {