projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0d80b6
)
Input: ab8500-ponkey - fix incorrect name in 'ab8500_ponkey' doc header
author
Lee Jones
<lee.jones@linaro.org>
Wed, 4 Nov 2020 19:12:31 +0000
(11:12 -0800)
committer
Dmitry 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
patch
|
blob
|
history
diff --git
a/drivers/input/misc/ab8500-ponkey.c
b/drivers/input/misc/ab8500-ponkey.c
index ea3b8292acdd52ee5341b9ff0330468fe34fe839..a9b9013680d623710093ac19d249efef8525dcee 100644
(file)
--- a/
drivers/input/misc/ab8500-ponkey.c
+++ b/
drivers/input/misc/ab8500-ponkey.c
@@
-19,7
+19,7
@@
/**
* struct ab8500_ponkey - ab8500 ponkey information
- * @i
nput_
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