From b324009d21ae50fafe628b665d9758403dbbf670 Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Thu, 19 Nov 2020 19:14:04 -0800 Subject: 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 Acked-by: Richard Fitzgerald Link: https://lore.kernel.org/r/20201112110204.2083435-12-lee.jones@linaro.org Signed-off-by: Dmitry Torokhov --- drivers/input/touchscreen/wm97xx-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/input') 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 */ -- cgit v1.2.3-59-g8ed1b