Przeglądaj źródła

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>
Jean Delvare 11 lat temu
rodzic
commit
964f945b5e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      drivers/hwmon/f71805f.c

+ 1 - 1
drivers/hwmon/f71805f.c

@@ -1648,7 +1648,7 @@ static void __exit f71805f_exit(void)
 	platform_driver_unregister(&f71805f_driver);
 }
 
-MODULE_AUTHOR("Jean Delvare <khali@linux-fr>");
+MODULE_AUTHOR("Jean Delvare <jdelvare@suse.de>");
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("F71805F/F71872F hardware monitoring driver");