diff options
author | Jean Delvare <jdelvare@suse.de> | 2014-04-04 12:01:32 -0400 |
---|---|---|
committer | Jean Delvare <jdelvare@suse.de> | 2014-04-04 12:01:32 -0400 |
commit | 964f945b5e51c58f48ce21fd529a0ec3697b18b0 (patch) | |
tree | 0c55a6c11f4455105edac4f03ebeb493875c363a /drivers/hwmon | |
parent | 455c6fdbd219161bd09b1165f11699d6d73de11c (diff) |
hwmon: (f71805f) Fix author's address
The original address was incomplete, and this caused it to be missed
by the recent update to my new address.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r-- | drivers/hwmon/f71805f.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/f71805f.c b/drivers/hwmon/f71805f.c index 1a8aa1265262..32f5132c4652 100644 --- a/drivers/hwmon/f71805f.c +++ b/drivers/hwmon/f71805f.c | |||
@@ -1648,7 +1648,7 @@ static void __exit f71805f_exit(void) | |||
1648 | platform_driver_unregister(&f71805f_driver); | 1648 | platform_driver_unregister(&f71805f_driver); |
1649 | } | 1649 | } |
1650 | 1650 | ||
1651 | MODULE_AUTHOR("Jean Delvare <khali@linux-fr>"); | 1651 | MODULE_AUTHOR("Jean Delvare <jdelvare@suse.de>"); |
1652 | MODULE_LICENSE("GPL"); | 1652 | MODULE_LICENSE("GPL"); |
1653 | MODULE_DESCRIPTION("F71805F/F71872F hardware monitoring driver"); | 1653 | MODULE_DESCRIPTION("F71805F/F71872F hardware monitoring driver"); |
1654 | 1654 | ||