diff options
Diffstat (limited to 'drivers/input/serio/at32psif.c')
-rw-r--r-- | drivers/input/serio/at32psif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/serio/at32psif.c b/drivers/input/serio/at32psif.c index c267588f7308..41fda8c67b1e 100644 --- a/drivers/input/serio/at32psif.c +++ b/drivers/input/serio/at32psif.c | |||
@@ -370,6 +370,6 @@ static void __exit psif_exit(void) | |||
370 | module_init(psif_init); | 370 | module_init(psif_init); |
371 | module_exit(psif_exit); | 371 | module_exit(psif_exit); |
372 | 372 | ||
373 | MODULE_AUTHOR("Hans-Christian Egtvedt <hcegtvedt@atmel.com>"); | 373 | MODULE_AUTHOR("Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>"); |
374 | MODULE_DESCRIPTION("Atmel AVR32 PSIF PS/2 driver"); | 374 | MODULE_DESCRIPTION("Atmel AVR32 PSIF PS/2 driver"); |
375 | MODULE_LICENSE("GPL"); | 375 | MODULE_LICENSE("GPL"); |