aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2020-11-19 19:14:04 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2020-11-19 19:18:47 -0800
commitb324009d21ae50fafe628b665d9758403dbbf670 (patch)
treefd151f8e1804e0e83c84dca3969c1cc04a016872 /drivers/input
parentInput: surface3_spi - fix naming issue with 'surface3_spi_get_gpio_config's header (diff)
downloadlinux-dev-b324009d21ae50fafe628b665d9758403dbbf670.tar.xz
linux-dev-b324009d21ae50fafe628b665d9758403dbbf670.zip
Input: wm97xx-ts - provide missing description for 'status'
Fixes the following W=1 kernel build warning(s): drivers/input/touchscreen/wm97xx-core.c:204: warning: Function parameter or member 'status' not described in 'wm97xx_set_gpio' Signed-off-by: Lee Jones <lee.jones@linaro.org> Acked-by: Richard Fitzgerald <rf@opensource.cirrus.com> Link: https://lore.kernel.org/r/20201112110204.2083435-12-lee.jones@linaro.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/touchscreen/wm97xx-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/wm97xx-core.c b/drivers/input/touchscreen/wm97xx-core.c
index 0a174bd82915..45ce89467c16 100644
--- a/drivers/input/touchscreen/wm97xx-core.c
+++ b/drivers/input/touchscreen/wm97xx-core.c
@@ -194,7 +194,7 @@ EXPORT_SYMBOL_GPL(wm97xx_get_gpio);
* wm97xx_set_gpio - Set the status of a codec GPIO.
* @wm: wm97xx device.
* @gpio: gpio
- *
+ * @status: status
*
* Set the status of a codec GPIO pin
*/