diff options
-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 | ||