Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dab78d79 authored by Naga Radhesh's avatar Naga Radhesh Committed by Dmitry Torokhov
Browse files

Input: tc3589x-keypad - add missing kerneldoc



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

Signed-off-by: default avatarNaga Radhesh <naga.radheshy@stericsson.com>
Reviewed-by: default avatarSrinidhi Kasagar <srinidhi.kasagar@stericsson.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent bd100e2c
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -74,11 +74,13 @@


/**
/**
 * struct tc_keypad - data structure used by keypad driver
 * struct tc_keypad - data structure used by keypad driver
 * @tc3589x:    pointer to tc35893
 * @input:      pointer to input device object
 * @input:      pointer to input device object
 * @board:      keypad platform device
 * @board:      keypad platform device
 * @krow:	number of rows
 * @krow:	number of rows
 * @kcol:	number of coloumns
 * @kcol:	number of coloumns
 * @keymap:     matrix scan code table for keycodes
 * @keymap:     matrix scan code table for keycodes
 * @keypad_stopped: holds keypad status
 */
 */
struct tc_keypad {
struct tc_keypad {
	struct tc3589x *tc3589x;
	struct tc3589x *tc3589x;