projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5993548
)
Input: tnetv107x-keypad - fix MODULE_ALIAS
author
Axel Lin
<axel.lin@gmail.com>
Mon, 27 Jun 2011 19:38:43 +0000
(12:38 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 27 Jun 2011 19:43:23 +0000
(12:43 -0700)
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>
drivers/input/keyboard/tnetv107x-keypad.c
patch
|
blob
|
history
diff --git
a/drivers/input/keyboard/tnetv107x-keypad.c
b/drivers/input/keyboard/tnetv107x-keypad.c
index c8f097a15d89a4865ba0c324cc63b76cec2646f9..1c58681de81fe541338b6ec655ca8a008c305e01 100644
(file)
--- 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");