Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

leds: leds-lm3530: Fix incorrect spelling of 'brightness'

Fixes the following W=1 kernel build warning(s):

drivers/leds/leds-lm3530.c:113: warning: Function parameter or member 'brightness' not described in 'lm3530_data'

Cc: Pavel Machek <pavel@ucw.cz>
Cc: Kumar SAHU <shreshthakumar.sahu@stericsson.com>
Cc: Dan Murphy <D.Murphy@motorola.com>
Cc: linux-leds@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Pavel Machek <pavel@ucw.cz>

authored by

Lee Jones and committed by
Pavel Machek
2906aecb 9933bde2

+1 -1
+1 -1
drivers/leds/leds-lm3530.c
··· 99 99 * @pdata: LM3530 platform data 100 100 * @mode: mode of operation - manual, ALS, PWM 101 101 * @regulator: regulator 102 - * @brighness: previous brightness value 102 + * @brightness: previous brightness value 103 103 * @enable: regulator is enabled 104 104 */ 105 105 struct lm3530_data {