Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Naga Radhesh and committed by
Dmitry Torokhov
dab78d79 bd100e2c

+2
+2
drivers/input/keyboard/tc3589x-keypad.c
··· 74 74 75 75 /** 76 76 * struct tc_keypad - data structure used by keypad driver 77 + * @tc3589x: pointer to tc35893 77 78 * @input: pointer to input device object 78 79 * @board: keypad platform device 79 80 * @krow: number of rows 80 81 * @kcol: number of coloumns 81 82 * @keymap: matrix scan code table for keycodes 83 + * @keypad_stopped: holds keypad status 82 84 */ 83 85 struct tc_keypad { 84 86 struct tc3589x *tc3589x;