diff options
author | Jean Delvare <khali@linux-fr.org> | 2014-01-29 14:40:08 -0500 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2014-01-29 14:40:08 -0500 |
commit | 7c81c60f3789a082e141d7a013392af5f78db16a (patch) | |
tree | f3da560b70545e6780ee29319c003418d986bb05 /drivers/hwmon/pc87427.c | |
parent | b523bb75098b1ed4dd98cb651b7b71e5b8c4f533 (diff) |
Update Jean Delvare's e-mail address
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/pc87427.c')
-rw-r--r-- | drivers/hwmon/pc87427.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/pc87427.c b/drivers/hwmon/pc87427.c index 6e6ea4437bb6..d847e0a084e0 100644 --- a/drivers/hwmon/pc87427.c +++ b/drivers/hwmon/pc87427.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * pc87427.c - hardware monitoring driver for the | 2 | * pc87427.c - hardware monitoring driver for the |
3 | * National Semiconductor PC87427 Super-I/O chip | 3 | * National Semiconductor PC87427 Super-I/O chip |
4 | * Copyright (C) 2006, 2008, 2010 Jean Delvare <khali@linux-fr.org> | 4 | * Copyright (C) 2006, 2008, 2010 Jean Delvare <jdelvare@suse.de> |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU General Public License version 2 as | 7 | * it under the terms of the GNU General Public License version 2 as |
@@ -1347,7 +1347,7 @@ static void __exit pc87427_exit(void) | |||
1347 | platform_driver_unregister(&pc87427_driver); | 1347 | platform_driver_unregister(&pc87427_driver); |
1348 | } | 1348 | } |
1349 | 1349 | ||
1350 | MODULE_AUTHOR("Jean Delvare <khali@linux-fr.org>"); | 1350 | MODULE_AUTHOR("Jean Delvare <jdelvare@suse.de>"); |
1351 | MODULE_DESCRIPTION("PC87427 hardware monitoring driver"); | 1351 | MODULE_DESCRIPTION("PC87427 hardware monitoring driver"); |
1352 | MODULE_LICENSE("GPL"); | 1352 | MODULE_LICENSE("GPL"); |
1353 | 1353 | ||