]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
pinctrl: s32: correct kernel-doc bad line warning
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 6 Mar 2026 06:34:11 +0000 (22:34 -0800)
committerLinus Walleij <linusw@kernel.org>
Tue, 10 Mar 2026 09:23:06 +0000 (10:23 +0100)
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>
drivers/pinctrl/nxp/pinctrl-s32.h

index add3c77ddfedbec3541941e50634b7effaed8e4a..8715befd5f05563a68aa11ebf053856677e9a34f 100644 (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 {