mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 04:21:09 -04:00
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:
committed by
Linus Walleij
parent
e002d16265
commit
24f2baec82
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user