]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Input: ab8500-ponkey - fix incorrect name in 'ab8500_ponkey' doc header
authorLee Jones <lee.jones@linaro.org>
Wed, 4 Nov 2020 19:12:31 +0000 (11:12 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 9 Nov 2020 06:27:54 +0000 (22:27 -0800)
Fixes the following W=1 kernel build warning(s):

 drivers/input/misc/ab8500-ponkey.c:32: warning: Function parameter or member 'idev' not described in 'ab8500_ponkey'

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20201104162427.2984742-5-lee.jones@linaro.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/ab8500-ponkey.c

index ea3b8292acdd52ee5341b9ff0330468fe34fe839..a9b9013680d623710093ac19d249efef8525dcee 100644 (file)
@@ -19,7 +19,7 @@
 
 /**
  * struct ab8500_ponkey - ab8500 ponkey information
- * @input_dev: pointer to input device
+ * @idev: pointer to input device
  * @ab8500: ab8500 parent
  * @irq_dbf: irq number for falling transition
  * @irq_dbr: irq number for rising transition