diff options
Diffstat (limited to 'drivers/hwmon/w83627ehf.c')
| -rw-r--r-- | drivers/hwmon/w83627ehf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/w83627ehf.c b/drivers/hwmon/w83627ehf.c index 23ff210513d3..f0ab61db7a0d 100644 --- a/drivers/hwmon/w83627ehf.c +++ b/drivers/hwmon/w83627ehf.c @@ -1,7 +1,7 @@ /* * w83627ehf - Driver for the hardware monitoring functionality of * the Winbond W83627EHF Super-I/O chip - * Copyright (C) 2005-2012 Jean Delvare <[email protected]> + * Copyright (C) 2005-2012 Jean Delvare <[email protected]> * Copyright (C) 2006 Yuan Mu (Winbond), * Rudolf Marek <[email protected]> * David Hubbard <[email protected]> @@ -2889,7 +2889,7 @@ static void __exit sensors_w83627ehf_exit(void) platform_driver_unregister(&w83627ehf_driver); } -MODULE_AUTHOR("Jean Delvare <[email protected]>"); +MODULE_AUTHOR("Jean Delvare <[email protected]>"); MODULE_DESCRIPTION("W83627EHF driver"); MODULE_LICENSE("GPL"); |