[PATCH] Input: Fix a typo in a module name in Kconfig

From: Christophe JAILLET
Date: Sun Apr 12 2020 - 05:58:33 EST


A 'y' is missing in spear-keyboard.

Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
---
drivers/input/keyboard/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index 28de965a08d5..793ecbbda32c 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -701,7 +701,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"
--
2.20.1