Message ID | 20200412095711.9107-1-christophe.jaillet@wanadoo.fr (mailing list archive) |
---|---|
State | Mainlined |
Commit | ec4ba6c35b1bd748de50044e36040136f378b9b6 |
Headers | show |
Series | Input: Fix a typo in a module name in Kconfig | expand |
On Sun, Apr 12, 2020 at 11:57:11AM +0200, Christophe JAILLET wrote: > A 'y' is missing in spear-keyboard. > > Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Applied, thank you. > --- > 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 >
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"
A 'y' is missing in spear-keyboard. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> --- drivers/input/keyboard/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)