Message ID | 1309185168.29085.0.camel@phoenix (mailing list archive) |
---|---|
State | Accepted |
Commit | 51a3db41e18254b938279cb4b160310e11a13d4f |
Headers | show |
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 --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");
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(-)