Skip to content

Commit a22f113

Browse files
rddunlaplag-linaro
authored andcommitted
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 <[email protected]> Acked-by: Vadim Pasternak <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent e7dd80b commit a22f113

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/leds/leds-mlxreg.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
* @data: led configuration data;
3030
* @led_cdev: led class data;
3131
* @base_color: base led color (other colors have constant offset from base);
32-
* @led_data: led data;
3332
* @data_parent: pointer to private device control data of parent;
3433
* @led_cdev_name: class device name
3534
*/

0 commit comments

Comments
 (0)