linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: dlink-dir685-touchkeys: Fix a typo in driver name
@ 2020-04-12 21:39 Christophe JAILLET
  2020-04-16 11:08 ` Linus Walleij
  0 siblings, 1 reply; 3+ messages in thread
From: Christophe JAILLET @ 2020-04-12 21:39 UTC (permalink / raw)
  To: linus.walleij, dmitry.torokhov, robh
  Cc: linux-input, linux-kernel, kernel-janitors, Christophe JAILLET

According to the file name and Kconfig, a 'k' is missing in this driver
name. It should be "dlink-dir685-touchkeys".

Fixes: 131b3de7016b ("Input: add D-Link DIR-685 touchkeys driver")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 drivers/input/keyboard/dlink-dir685-touchkeys.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/keyboard/dlink-dir685-touchkeys.c b/drivers/input/keyboard/dlink-dir685-touchkeys.c
index b0ead7199c40..a69dcc3bd30c 100644
--- a/drivers/input/keyboard/dlink-dir685-touchkeys.c
+++ b/drivers/input/keyboard/dlink-dir685-touchkeys.c
@@ -143,7 +143,7 @@ MODULE_DEVICE_TABLE(of, dir685_tk_of_match);
 
 static struct i2c_driver dir685_tk_i2c_driver = {
 	.driver = {
-		.name	= "dlin-dir685-touchkeys",
+		.name	= "dlink-dir685-touchkeys",
 		.of_match_table = of_match_ptr(dir685_tk_of_match),
 	},
 	.probe		= dir685_tk_probe,
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Input: dlink-dir685-touchkeys: Fix a typo in driver name
  2020-04-12 21:39 [PATCH] Input: dlink-dir685-touchkeys: Fix a typo in driver name Christophe JAILLET
@ 2020-04-16 11:08 ` Linus Walleij
  2020-04-22 21:02   ` Dmitry Torokhov
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Walleij @ 2020-04-16 11:08 UTC (permalink / raw)
  To: Christophe JAILLET
  Cc: Dmitry Torokhov, Rob Herring, Linux Input, linux-kernel, kernel-janitors

On Sun, Apr 12, 2020 at 11:39 PM Christophe JAILLET
<christophe.jaillet@wanadoo.fr> wrote:

> According to the file name and Kconfig, a 'k' is missing in this driver
> name. It should be "dlink-dir685-touchkeys".
>
> Fixes: 131b3de7016b ("Input: add D-Link DIR-685 touchkeys driver")
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Input: dlink-dir685-touchkeys: Fix a typo in driver name
  2020-04-16 11:08 ` Linus Walleij
@ 2020-04-22 21:02   ` Dmitry Torokhov
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2020-04-22 21:02 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Christophe JAILLET, Rob Herring, Linux Input, linux-kernel,
	kernel-janitors

On Thu, Apr 16, 2020 at 01:08:28PM +0200, Linus Walleij wrote:
> On Sun, Apr 12, 2020 at 11:39 PM Christophe JAILLET
> <christophe.jaillet@wanadoo.fr> wrote:
> 
> > According to the file name and Kconfig, a 'k' is missing in this driver
> > name. It should be "dlink-dir685-touchkeys".
> >
> > Fixes: 131b3de7016b ("Input: add D-Link DIR-685 touchkeys driver")
> > Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> 
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Applied, thank you.

> 
> Yours,
> Linus Walleij

-- 
Dmitry

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-22 21:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-12 21:39 [PATCH] Input: dlink-dir685-touchkeys: Fix a typo in driver name Christophe JAILLET
2020-04-16 11:08 ` Linus Walleij
2020-04-22 21:02   ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).