summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83795.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/w83795.c
parentb523bb75098b1ed4dd98cb651b7b71e5b8c4f533 (diff)
Update Jean Delvare's e-mail address
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/w83795.c')
-rw-r--r--drivers/hwmon/w83795.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/w83795.c b/drivers/hwmon/w83795.c
index 908209d24664..21894131190f 100644
--- a/drivers/hwmon/w83795.c
+++ b/drivers/hwmon/w83795.c
@@ -2,7 +2,7 @@
2 * w83795.c - Linux kernel driver for hardware monitoring 2 * w83795.c - Linux kernel driver for hardware monitoring
3 * Copyright (C) 2008 Nuvoton Technology Corp. 3 * Copyright (C) 2008 Nuvoton Technology Corp.
4 * Wei Song 4 * Wei Song
5 * Copyright (C) 2010 Jean Delvare <khali@linux-fr.org> 5 * Copyright (C) 2010 Jean Delvare <jdelvare@suse.de>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
@@ -2282,6 +2282,6 @@ static struct i2c_driver w83795_driver = {
2282 2282
2283module_i2c_driver(w83795_driver); 2283module_i2c_driver(w83795_driver);
2284 2284
2285MODULE_AUTHOR("Wei Song, Jean Delvare <khali@linux-fr.org>"); 2285MODULE_AUTHOR("Wei Song, Jean Delvare <jdelvare@suse.de>");
2286MODULE_DESCRIPTION("W83795G/ADG hardware monitoring driver"); 2286MODULE_DESCRIPTION("W83795G/ADG hardware monitoring driver");
2287MODULE_LICENSE("GPL"); 2287MODULE_LICENSE("GPL");