Răsfoiți Sursa

Input: tc3589x-keypad - add missing kerneldoc

This adds two missing kerneldoc entries for the TC3589x
keypad driver.

Signed-off-by: Naga Radhesh <naga.radheshy@stericsson.com>
Reviewed-by: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Naga Radhesh 13 ani în urmă
părinte
comite
dab78d7924
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      drivers/input/keyboard/tc3589x-keypad.c

+ 2 - 0
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;