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

leds: leds-is31fl32xx: Provide missing description for member 'sw_shutdown_func'

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

drivers/leds/leds-is31fl32xx.c:85: warning: Function parameter or member 'sw_shutdown_func' not described in 'is31fl32xx_chipdef'

Cc: Pavel Machek <pavel@ucw.cz>
Cc: David Rivshin <drivshin@allworx.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
bf588389 69f0027e

+2 -1
+2 -1
drivers/leds/leds-is31fl32xx.c
··· 58 58 * @pwm_registers_reversed: : true if PWM registers count down instead of up 59 59 * @led_control_register_base : address of first LED control register (optional) 60 60 * @enable_bits_per_led_control_register: number of LEDs enable bits in each 61 - * @reset_func: : pointer to reset function 61 + * @reset_func : pointer to reset function 62 + * @sw_shutdown_func : pointer to software shutdown function 62 63 * 63 64 * For all optional register addresses, the sentinel value %IS31FL32XX_REG_NONE 64 65 * indicates that this chip has no such register.