Input: spear-keyboard - fix a typo in a module name in Kconfig
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 19 Apr 2020 04:27:25 +0000 (21:27 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 19 Apr 2020 04:57:06 +0000 (21:57 -0700)
A 'y' is missing in spear-keyboard.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/20200412095711.9107-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/Kconfig

index 4706ff0..f6c356e 100644 (file)
@@ -691,7 +691,7 @@ config KEYBOARD_SPEAR
          Say Y here if you want to use the SPEAR keyboard.
 
          To compile this driver as a module, choose M here: the
-         module will be called spear-keboard.
+         module will be called spear-keyboard.
 
 config KEYBOARD_TC3589X
        tristate "TC3589X Keypad support"