Skip to content

Commit

Permalink
Input: tnetv107x-keypad - fix MODULE_ALIAS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Axel Lin authored and Dmitry Torokhov committed Jun 27, 2011
1 parent 5993548 commit 51a3db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/keyboard/tnetv107x-keypad.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 51a3db4

Please sign in to comment.