Skip to content

Commit e7dd80b

Browse files
rddunlaplag-linaro
authored andcommitted
leds: leds-mlxcpld: Fix struct mlxcpld_led_priv member name
Change "cled" to "cdev" to quieten kernel-doc warnings: leds-mlxcpld.c:86: warning: Function parameter or struct member 'cdev' not described in 'mlxcpld_led_priv' leds-mlxcpld.c:86: warning: Excess struct member 'cled' description in 'mlxcpld_led_priv' 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 d0c2df0 commit e7dd80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/leds/leds-mlxcpld.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ struct mlxcpld_param {
7777

7878
/**
7979
* struct mlxcpld_led_priv - LED private data:
80-
* @cled: LED class device instance
80+
* @cdev: LED class device instance
8181
* @param: LED CPLD access parameters
8282
**/
8383
struct mlxcpld_led_priv {

0 commit comments

Comments
 (0)