[PATCH 01/15] input: joystick: xpad: Demote non-conformant kernel-doc header

From: Lee Jones
Date: Thu Nov 12 2020 - 06:06:55 EST


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 <dmitry.torokhov@xxxxxxxxx>
Cc: "Łukasz Patron" <priv.luk@xxxxxxxxx>
Cc: Cameron Gutman <aicommander@xxxxxxxxx>
Cc: Marko Friedemann <mfr@xxxxxxxxxxxxxxx>
Cc: Oliver Schwartz <Oliver.Schwartz@xxxxxx>
Cc: Steven Toth <steve@xxxxxxxxxxxxxxxx>
Cc: Franz Lehner <franz@xxxxxxx>
Cc: Ivan Hawkes <blackhawk@xxxxxxxxxxxxxx>
Cc: Dominic Cerquetti <binary1230@xxxxxxxxx>
Cc: Adam Buchbinder <adam.buchbinder@xxxxxxxxx>
Cc: Jan Kratochvil <honza@xxxxxxxx>
Cc: Christoph Fritz <chf.fritz@xxxxxxxxxxxxxx>
Cc: linux-input@xxxxxxxxxxxxxxx
Signed-off-by: Lee Jones <lee.jones@xxxxxxxxxx>
---
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