aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/adm1025.c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2014-01-29 14:40:08 -0500
committerJean Delvare <khali@endymion.delvare>2014-01-29 14:40:08 -0500
commit7c81c60f3789a082e141d7a013392af5f78db16a (patch)
treef3da560b70545e6780ee29319c003418d986bb05 /drivers/hwmon/adm1025.c
parentb523bb75098b1ed4dd98cb651b7b71e5b8c4f533 (diff)
Update Jean Delvare's e-mail address
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/adm1025.c')
-rw-r--r--drivers/hwmon/adm1025.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/adm1025.c b/drivers/hwmon/adm1025.c
index 7e16e5d07bc6..9ffc4c8ca8b5 100644
--- a/drivers/hwmon/adm1025.c
+++ b/drivers/hwmon/adm1025.c
@@ -2,7 +2,7 @@
2 * adm1025.c 2 * adm1025.c
3 * 3 *
4 * Copyright (C) 2000 Chen-Yuan Wu <gwu@esoft.com> 4 * Copyright (C) 2000 Chen-Yuan Wu <gwu@esoft.com>
5 * Copyright (C) 2003-2009 Jean Delvare <khali@linux-fr.org> 5 * Copyright (C) 2003-2009 Jean Delvare <jdelvare@suse.de>
6 * 6 *
7 * The ADM1025 is a sensor chip made by Analog Devices. It reports up to 6 7 * The ADM1025 is a sensor chip made by Analog Devices. It reports up to 6
8 * voltages (including its own power source) and up to two temperatures 8 * voltages (including its own power source) and up to two temperatures
@@ -615,6 +615,6 @@ static struct adm1025_data *adm1025_update_device(struct device *dev)
615 615
616module_i2c_driver(adm1025_driver); 616module_i2c_driver(adm1025_driver);
617 617
618MODULE_AUTHOR("Jean Delvare <khali@linux-fr.org>"); 618MODULE_AUTHOR("Jean Delvare <jdelvare@suse.de>");
619MODULE_DESCRIPTION("ADM1025 driver"); 619MODULE_DESCRIPTION("ADM1025 driver");
620MODULE_LICENSE("GPL"); 620MODULE_LICENSE("GPL");