diff options
author | Lee Jones <lee.jones@linaro.org> | 2020-11-20 04:14:04 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2020-11-20 04:18:47 +0100 |
commit | b324009d21ae50fafe628b665d9758403dbbf670 (patch) | |
tree | fd151f8e1804e0e83c84dca3969c1cc04a016872 | |
parent | Input: surface3_spi - fix naming issue with 'surface3_spi_get_gpio_config's h... (diff) | |
download | linux-b324009d21ae50fafe628b665d9758403dbbf670.tar.xz linux-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>
-rw-r--r-- | drivers/input/touchscreen/wm97xx-core.c | 2 |
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 */ |