summaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2011-06-27 12:38:43 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2011-06-27 12:43:23 -0700
commit51a3db41e18254b938279cb4b160310e11a13d4f (patch)
tree5e0d7c1072871fa0524f63e0d1f5180938079484 /drivers/input
parent5993548725ba3f3deb2b90a681a62dbb7bd17961 (diff)
downloadlinux-0-day-51a3db41e18254b938279cb4b160310e11a13d4f.tar.gz
linux-0-day-51a3db41e18254b938279cb4b160310e11a13d4f.tar.xz
Input: tnetv107x-keypad - fix MODULE_ALIAS
Remove the space between "platform:" prefix and the driver name. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/keyboard/tnetv107x-keypad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/tnetv107x-keypad.c b/drivers/input/keyboard/tnetv107x-keypad.c
index c8f097a15d89a..1c58681de81fe 100644
--- a/drivers/input/keyboard/tnetv107x-keypad.c
+++ b/drivers/input/keyboard/tnetv107x-keypad.c
@@ -337,5 +337,5 @@ module_exit(keypad_exit);
MODULE_AUTHOR("Cyril Chemparathy");
MODULE_DESCRIPTION("TNETV107X Keypad Driver");
-MODULE_ALIAS("platform: tnetv107x-keypad");
+MODULE_ALIAS("platform:tnetv107x-keypad");
MODULE_LICENSE("GPL");