From: Christophe JAILLET Date: Sun, 19 Apr 2020 04:27:25 +0000 (-0700) Subject: Input: spear-keyboard - fix a typo in a module name in Kconfig X-Git-Tag: v5.10.7~1015^2~30^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec4ba6c35b1bd748de50044e36040136f378b9b6;p=platform%2Fkernel%2Flinux-rpi.git Input: spear-keyboard - fix a typo in a module name in Kconfig A 'y' is missing in spear-keyboard. Signed-off-by: Christophe JAILLET Link: https://lore.kernel.org/r/20200412095711.9107-1-christophe.jaillet@wanadoo.fr Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 4706ff0..f6c356e 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"