aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-mlxreg.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2021-05-28 10:06:26 +0100
committerPavel Machek <pavel@ucw.cz>2021-05-28 11:38:59 +0200
commitaedc13573c537f65424c5ad28ecf7078038d6975 (patch)
tree18390494fa6f2d962fff19824200727ca0cd4080 /drivers/leds/leds-mlxreg.c
parentleds: leds-lm3697: Provide some missing descriptions for struct members (diff)
downloadlinux-dev-aedc13573c537f65424c5ad28ecf7078038d6975.tar.xz
linux-dev-aedc13573c537f65424c5ad28ecf7078038d6975.zip
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>
Diffstat (limited to 'drivers/leds/leds-mlxreg.c')
-rw-r--r--drivers/leds/leds-mlxreg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/leds/leds-mlxreg.c b/drivers/leds/leds-mlxreg.c
index 82aea1cd0c12..b7855c93bd72 100644
--- a/drivers/leds/leds-mlxreg.c
+++ b/drivers/leds/leds-mlxreg.c
@@ -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;