aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2020-04-18 21:27:25 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2020-04-18 21:57:06 -0700
commitec4ba6c35b1bd748de50044e36040136f378b9b6 (patch)
tree5e1d9c51d467417cc8e081c36f9b078a169257e3 /drivers/input
parentInput: tca6416-keypad - fix a typo in MODULE_DESCRIPTION (diff)
downloadlinux-dev-ec4ba6c35b1bd748de50044e36040136f378b9b6.tar.xz
linux-dev-ec4ba6c35b1bd748de50044e36040136f378b9b6.zip
Input: spear-keyboard - fix a typo in a module name in Kconfig
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>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/keyboard/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index 4706ff09f0e8..f6c356e579c5 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -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"