]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
Input: wm97xx-ts - provide missing description for 'status'
authorLee Jones <lee.jones@linaro.org>
Fri, 20 Nov 2020 03:14:04 +0000 (19:14 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 20 Nov 2020 03:18:47 +0000 (19:18 -0800)
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>
drivers/input/touchscreen/wm97xx-core.c

index 0a174bd829152c3f1012b8f024b0b24611b5916c..45ce89467c167211d48ea5596c5307482aafb632 100644 (file)
@@ -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
  */