diff options
-rw-r--r-- | drivers/input/keyboard/lm8333.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/keyboard/lm8333.c b/drivers/input/keyboard/lm8333.c index 9081cbef11ea..0ad422b8a260 100644 --- a/drivers/input/keyboard/lm8333.c +++ b/drivers/input/keyboard/lm8333.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * LM8333 keypad driver | 2 | * LM8333 keypad driver |
3 | * Copyright (C) 2012 Wolfram Sang, Pengutronix <w.sang@pengutronix.de> | 3 | * Copyright (C) 2012 Wolfram Sang, Pengutronix <kernel@pengutronix.de> |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
@@ -231,6 +231,6 @@ static struct i2c_driver lm8333_driver = { | |||
231 | }; | 231 | }; |
232 | module_i2c_driver(lm8333_driver); | 232 | module_i2c_driver(lm8333_driver); |
233 | 233 | ||
234 | MODULE_AUTHOR("Wolfram Sang <w.sang@pengutronix.de>"); | 234 | MODULE_AUTHOR("Wolfram Sang <kernel@pengutronix.de>"); |
235 | MODULE_DESCRIPTION("LM8333 keyboard driver"); | 235 | MODULE_DESCRIPTION("LM8333 keyboard driver"); |
236 | MODULE_LICENSE("GPL v2"); | 236 | MODULE_LICENSE("GPL v2"); |