Skip to content

Commit

Permalink
Input: tnetv107x-ts - 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 51a3db4 commit 6a592a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/touchscreen/tnetv107x-ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,5 +393,5 @@ module_exit(tsc_exit);

MODULE_AUTHOR("Cyril Chemparathy");
MODULE_DESCRIPTION("TNETV107X Touchscreen Driver");
MODULE_ALIAS("platform: tnetv107x-ts");
MODULE_ALIAS("platform:tnetv107x-ts");
MODULE_LICENSE("GPL");

0 comments on commit 6a592a7

Please sign in to comment.