Fixes the following W=1 kernel build warning(s): drivers/input/joystick/xpad.c:1361: warning: Function parameter or member 'xpad' not described in 'xpad_send_led_command' drivers/input/joystick/xpad.c:1361: warning: Function parameter or member 'command' not described in 'xpad_send_led_command'
Cc: Dmitry Torokhov <[email protected]> Cc: "Ćukasz Patron" <[email protected]> Cc: Cameron Gutman <[email protected]> Cc: Marko Friedemann <[email protected]> Cc: Oliver Schwartz <[email protected]> Cc: Steven Toth <[email protected]> Cc: Franz Lehner <[email protected]> Cc: Ivan Hawkes <[email protected]> Cc: Dominic Cerquetti <[email protected]> Cc: Adam Buchbinder <[email protected]> Cc: Jan Kratochvil <[email protected]> Cc: Christoph Fritz <[email protected]> Cc: [email protected] Signed-off-by: Lee Jones <[email protected]> --- drivers/input/joystick/xpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c index c77cdb3b62b5b..2cd4296c2d082 100644 --- a/drivers/input/joystick/xpad.c +++ b/drivers/input/joystick/xpad.c @@ -1337,7 +1337,7 @@ struct xpad_led { struct usb_xpad *xpad; }; -/** +/* * set the LEDs on Xbox360 / Wireless Controllers * @param command * 0: off -- 2.25.1

