Skip to content

Commit 3834737

Browse files
tititiou36dtor
authored andcommitted
Input: dlink-dir685-touchkeys - fix a typo in driver name
According to the file name and Kconfig, a 'k' is missing in this driver name. It should be "dlink-dir685-touchkeys". Fixes: 131b3de ("Input: add D-Link DIR-685 touchkeys driver") Signed-off-by: Christophe JAILLET <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 764f7f9 commit 3834737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/input/keyboard/dlink-dir685-touchkeys.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ MODULE_DEVICE_TABLE(of, dir685_tk_of_match);
143143

144144
static struct i2c_driver dir685_tk_i2c_driver = {
145145
.driver = {
146-
.name = "dlin-dir685-touchkeys",
146+
.name = "dlink-dir685-touchkeys",
147147
.of_match_table = of_match_ptr(dir685_tk_of_match),
148148
},
149149
.probe = dir685_tk_probe,

0 commit comments

Comments
 (0)