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

Configure Feed

Select the types of activity you want to include in your feed.

Input: nomadik-ske-keypad - provide some missing struct member docs

Fixes the following W=1 kernel build warning(s):

drivers/input/keyboard/nomadik-ske-keypad.c:71: warning: Function parameter or member 'pclk' not described in 'ske_keypad'
drivers/input/keyboard/nomadik-ske-keypad.c:71: warning: Function parameter or member 'ske_keypad_lock' not described in 'ske_keypad'

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20201104162427.2984742-20-lee.jones@linaro.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Lee Jones and committed by
Dmitry Torokhov
5b27585a 17627111

+2
+2
drivers/input/keyboard/nomadik-ske-keypad.c
··· 58 58 * @board: keypad platform device 59 59 * @keymap: matrix scan code table for keycodes 60 60 * @clk: clock structure pointer 61 + * @pclk: clock structure pointer 62 + * @ske_keypad_lock: spinlock protecting the keypad read/writes 61 63 */ 62 64 struct ske_keypad { 63 65 int irq;