* [PATCH 1/2] Input: tnetv107x-keypad - fix MODULE_ALIAS
@ 2011-06-27 14:32 Axel Lin
2011-06-27 14:33 ` [PATCH 2/2] Input: tnetv107x-ts " Axel Lin
2011-06-27 19:45 ` [PATCH 1/2] Input: tnetv107x-keypad " Dmitry Torokhov
0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2011-06-27 14:32 UTC (permalink / raw)
To: linux-kernel; +Cc: Dmitry Torokhov, Cyril Chemparathy, linux-input
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(-)
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");
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] Input: tnetv107x-ts - fix MODULE_ALIAS
2011-06-27 14:32 [PATCH 1/2] Input: tnetv107x-keypad - fix MODULE_ALIAS Axel Lin
@ 2011-06-27 14:33 ` Axel Lin
2011-06-27 19:45 ` [PATCH 1/2] Input: tnetv107x-keypad " Dmitry Torokhov
1 sibling, 0 replies; 3+ messages in thread
From: Axel Lin @ 2011-06-27 14:33 UTC (permalink / raw)
To: linux-kernel; +Cc: Dmitry Torokhov, Cyril Chemparathy, linux-input
Remove the space between "platform:" prefix and the driver name.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
drivers/input/touchscreen/tnetv107x-ts.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/input/touchscreen/tnetv107x-ts.c b/drivers/input/touchscreen/tnetv107x-ts.c
index 22a3411..089b0a0 100644
--- a/drivers/input/touchscreen/tnetv107x-ts.c
+++ b/drivers/input/touchscreen/tnetv107x-ts.c
@@ -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");
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] Input: tnetv107x-keypad - fix MODULE_ALIAS
2011-06-27 14:32 [PATCH 1/2] Input: tnetv107x-keypad - fix MODULE_ALIAS Axel Lin
2011-06-27 14:33 ` [PATCH 2/2] Input: tnetv107x-ts " Axel Lin
@ 2011-06-27 19:45 ` Dmitry Torokhov
1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2011-06-27 19:45 UTC (permalink / raw)
To: Axel Lin; +Cc: linux-kernel, Cyril Chemparathy, linux-input
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.
--
Dmitry
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-27 19:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-27 14:32 [PATCH 1/2] Input: tnetv107x-keypad - fix MODULE_ALIAS Axel Lin
2011-06-27 14:33 ` [PATCH 2/2] Input: tnetv107x-ts " Axel Lin
2011-06-27 19:45 ` [PATCH 1/2] Input: tnetv107x-keypad " Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).