diff mbox

[1/2] Input: tnetv107x-keypad - fix MODULE_ALIAS

Message ID 1309185168.29085.0.camel@phoenix (mailing list archive)
State Accepted
Commit 51a3db41e18254b938279cb4b160310e11a13d4f
Headers show

Commit Message

axel lin June 27, 2011, 2:32 p.m. UTC
Remove the space between "platform:" prefix and the driver name.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 drivers/input/keyboard/tnetv107x-keypad.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Dmitry Torokhov June 27, 2011, 7:45 p.m. UTC | #1
On Mon, Jun 27, 2011 at 10:32:48PM +0800, Axel Lin wrote:
> Remove the space between "platform:" prefix and the driver name.
> 
> Signed-off-by: Axel Lin <axel.lin@gmail.com>

Applied both, thanks Axel.
diff mbox

Patch

diff --git a/drivers/input/keyboard/tnetv107x-keypad.c b/drivers/input/keyboard/tnetv107x-keypad.c
index c8f097a..1c58681 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");