projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd100e2
)
Input: tc3589x-keypad - add missing kerneldoc
author
Naga Radhesh
<
[email protected]
>
Thu, 5 Jan 2012 06:19:14 +0000
(22:19 -0800)
committer
Dmitry Torokhov
<
[email protected]
>
Thu, 5 Jan 2012 06:20:09 +0000
(22:20 -0800)
This adds two missing kerneldoc entries for the TC3589x
keypad driver.
Signed-off-by: Naga Radhesh <
[email protected]
>
Reviewed-by: Srinidhi Kasagar <
[email protected]
>
Signed-off-by: Linus Walleij <
[email protected]
>
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/keyboard/tc3589x-keypad.c
patch
|
blob
|
history
diff --git
a/drivers/input/keyboard/tc3589x-keypad.c
b/drivers/input/keyboard/tc3589x-keypad.c
index ce916fa6781f3c64c33bbc241b4edaa7219eb390..2dee3e4e7c6f1a8f337ea4739fe69ab0cb7e7b55 100644
(file)
--- a/
drivers/input/keyboard/tc3589x-keypad.c
+++ b/
drivers/input/keyboard/tc3589x-keypad.c
@@
-74,11
+74,13
@@
/**
* struct tc_keypad - data structure used by keypad driver
+ * @tc3589x: pointer to tc35893
* @input: pointer to input device object
* @board: keypad platform device
* @krow: number of rows
* @kcol: number of coloumns
* @keymap: matrix scan code table for keycodes
+ * @keypad_stopped: holds keypad status
*/
struct tc_keypad {
struct tc3589x *tc3589x;