mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
leds: leds-mlxreg: Fix incorrect documentation of struct member 'led_cdev' and 'led_cdev_name'
Fixes the following W=1 kernel build warning(s): drivers/leds/leds-mlxreg.c:42: warning: Function parameter or member 'led_cdev' not described in 'mlxreg_led_data' drivers/leds/leds-mlxreg.c:42: warning: Function parameter or member 'led_cdev_name' not described in 'mlxreg_led_data' Cc: Vadim Pasternak <vadimp@nvidia.com> Cc: Pavel Machek <pavel@ucw.cz> Cc: linux-leds@vger.kernel.org Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Pavel Machek <pavel@ucw.cz>
This commit is contained in:
parent
6e174d3911
commit
aedc13573c
@ -28,10 +28,11 @@
|
||||
* struct mlxreg_led_data - led control data:
|
||||
*
|
||||
* @data: led configuration data;
|
||||
* @led_classdev: led class 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
|
||||
*/
|
||||
struct mlxreg_led_data {
|
||||
struct mlxreg_core_data *data;
|
||||
|
Loading…
Reference in New Issue
Block a user