On 12/11/2020 11:02, Lee Jones wrote:
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'

Cc: Dmitry Torokhov <[email protected]>
Cc: Liam Girdwood <[email protected]>
Cc: Ian Molton <[email protected]>
Cc: Andrew Zabolotny <[email protected]>
Cc: Russell King <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
---
  drivers/input/touchscreen/wm97xx-core.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

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
   */


Acked-by: Richard Fitzgerald <[email protected]>

Reply via email to