From: Geliang Tang Date: Tue, 20 Oct 2015 16:40:42 +0000 (-0700) Subject: Input: nomadik-ske-keypad - fix a trivial typo X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2e9776e0c82b4bbf7d50fd6669080ab691156cea;p=deliverable%2Flinux.git Input: nomadik-ske-keypad - fix a trivial typo s/regsiter/register/ Signed-off-by: Geliang Tang Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/keyboard/nomadik-ske-keypad.c b/drivers/input/keyboard/nomadik-ske-keypad.c index c7d5b1666fc3..8567ee47761e 100644 --- a/drivers/input/keyboard/nomadik-ske-keypad.c +++ b/drivers/input/keyboard/nomadik-ske-keypad.c @@ -54,7 +54,7 @@ /** * struct ske_keypad - data structure used by keypad driver * @irq: irq no - * @reg_base: ske regsiters base address + * @reg_base: ske registers base address * @input: pointer to input device object * @board: keypad platform device * @keymap: matrix scan code table for keycodes