leds: lm3601x: Fix struct lm3601_led kernel-doc warnings
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 29 Feb 2024 07:19:29 +0000 (23:19 -0800)
committerLee Jones <lee@kernel.org>
Thu, 7 Mar 2024 08:48:15 +0000 (08:48 +0000)
commitd0c2df0c7b216872d8e8a61fc258b4e3c1f4d1da
treed4410b7c8921cea5d8c8893dc1cb817af05cc04c
parent08b7dab9f025e20dc02bb4ad19b8e519c3948d20
leds: lm3601x: Fix struct lm3601_led kernel-doc warnings

Add a short struct description and remove one extraneous struct field
description to quieten these warnings:

leds-lm3601x.c:73: warning: missing initial short description on line:
 * struct lm3601x_led -
leds-lm3601x.c:100: warning: Excess struct member 'led_name' description in 'lm3601x_led'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Vadim Pasternak <vadimp@nvidia.com>
Link: https://lore.kernel.org/r/20240229071931.7870-2-rdunlap@infradead.org
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/flash/leds-lm3601x.c