From 964f945b5e51c58f48ce21fd529a0ec3697b18b0 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Fri, 4 Apr 2014 18:01:32 +0200 Subject: [PATCH] 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 --- drivers/hwmon/f71805f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hwmon/f71805f.c b/drivers/hwmon/f71805f.c index 1a8aa126526..32f5132c465 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"); -- 2.41.0