Commit c5a87a4a authored by Lee Jones's avatar Lee Jones Committed by Pavel Machek
Browse files

leds: leds-gpio-register: Supply description for param 'id'



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

 drivers/leds/leds-gpio-register.c:24: warning: Function parameter or member 'id' not described in 'gpio_led_register_device'

Cc: Pavel Machek <pavel@ucw.cz>
Cc: Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
Cc: linux-leds@vger.kernel.org
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
parent c10074a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -11,6 +11,7 @@
/**
/**
 * gpio_led_register_device - register a gpio-led device
 * gpio_led_register_device - register a gpio-led device
 * @pdata: the platform data used for the new device
 * @pdata: the platform data used for the new device
 * @id: platform ID
 *
 *
 * Makes a copy of pdata and pdata->leds and registers a new leds-gpio device
 * Makes a copy of pdata and pdata->leds and registers a new leds-gpio device
 * with the result. This allows to have pdata and pdata-leds in .init.rodata
 * with the result. This allows to have pdata and pdata-leds in .init.rodata