mirror of https://github.com/torvalds/linux.git
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:
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue