diff options
author | Jean Delvare <khali@linux-fr.org> | 2014-01-29 20:40:08 +0100 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2014-01-29 20:40:08 +0100 |
commit | 7c81c60f3789a082e141d7a013392af5f78db16a (patch) | |
tree | f3da560b70545e6780ee29319c003418d986bb05 /drivers/hwmon/it87.c | |
parent | hwmon: (it87) Print proper names for the IT8771E and IT8772E (diff) | |
download | linux-7c81c60f3789a082e141d7a013392af5f78db16a.tar.xz linux-7c81c60f3789a082e141d7a013392af5f78db16a.zip |
Update Jean Delvare's e-mail address
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/it87.c')
-rw-r--r-- | drivers/hwmon/it87.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/it87.c b/drivers/hwmon/it87.c index d50dc3a763a5..70749fc15a4f 100644 --- a/drivers/hwmon/it87.c +++ b/drivers/hwmon/it87.c @@ -27,7 +27,7 @@ * Sis950 A clone of the IT8705F * * Copyright (C) 2001 Chris Gauthron - * Copyright (C) 2005-2010 Jean Delvare <khali@linux-fr.org> + * Copyright (C) 2005-2010 Jean Delvare <jdelvare@suse.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -2688,7 +2688,7 @@ static void __exit sm_it87_exit(void) } -MODULE_AUTHOR("Chris Gauthron, Jean Delvare <khali@linux-fr.org>"); +MODULE_AUTHOR("Chris Gauthron, Jean Delvare <jdelvare@suse.de>"); MODULE_DESCRIPTION("IT8705F/IT871xF/IT872xF hardware monitoring driver"); module_param(update_vbat, bool, 0); MODULE_PARM_DESC(update_vbat, "Update vbat if set else return powerup value"); |