From: Randy Dunlap Date: Thu, 29 Feb 2024 07:19:31 +0000 (-0800) Subject: leds: mlxreg: Drop an excess struct mlxreg_led_data member X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a22f11305d329110dbea5aa235f1b1d1d0f12392;p=linux.git leds: mlxreg: Drop an excess struct mlxreg_led_data member Drop one struct member description to fix a kernel-doc warning: drivers/leds/leds-mlxreg.c:42: warning: Excess struct member 'led_data' description in 'mlxreg_led_data' Signed-off-by: Randy Dunlap Acked-by: Vadim Pasternak Link: https://lore.kernel.org/r/20240229071931.7870-4-rdunlap@infradead.org Signed-off-by: Lee Jones --- diff --git a/drivers/leds/leds-mlxreg.c b/drivers/leds/leds-mlxreg.c index d8e3d5d8d2d09..5595788d98d20 100644 --- a/drivers/leds/leds-mlxreg.c +++ b/drivers/leds/leds-mlxreg.c @@ -29,7 +29,6 @@ * @data: led configuration data; * @led_cdev: led class data; * @base_color: base led color (other colors have constant offset from base); - * @led_data: led data; * @data_parent: pointer to private device control data of parent; * @led_cdev_name: class device name */