mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
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 <rdunlap@infradead.org> Acked-by: Vadim Pasternak <vadimp@nvidia.com> Link: https://lore.kernel.org/r/20240229071931.7870-3-rdunlap@infradead.org Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
parent
d0c2df0c7b
commit
e7dd80b5fd
@ -77,7 +77,7 @@ struct mlxcpld_param {
|
||||
|
||||
/**
|
||||
* struct mlxcpld_led_priv - LED private data:
|
||||
* @cled: LED class device instance
|
||||
* @cdev: LED class device instance
|
||||
* @param: LED CPLD access parameters
|
||||
**/
|
||||
struct mlxcpld_led_priv {
|
||||
|
Loading…
Reference in New Issue
Block a user