From: Lee Jones Date: Fri, 20 Nov 2020 03:14:04 +0000 (-0800) Subject: Input: wm97xx-ts - provide missing description for 'status' X-Git-Tag: v5.11-rc1~153^2^2~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b324009d21ae50fafe628b665d9758403dbbf670;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/drivers/input/touchscreen/wm97xx-core.c b/drivers/input/touchscreen/wm97xx-core.c index 0a174bd829152..45ce89467c167 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 */