From: Jean Delvare Date: Fri, 4 Apr 2014 16:01:32 +0000 (+0200) Subject: hwmon: (f71805f) Fix author's address X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=964f945b5e51c58f48ce21fd529a0ec3697b18b0;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 --- 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) platform_driver_unregister(&f71805f_driver); } -MODULE_AUTHOR("Jean Delvare "); +MODULE_AUTHOR("Jean Delvare "); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("F71805F/F71872F hardware monitoring driver");