diff options
Diffstat (limited to 'drivers/hwmon/lm87.c')
| -rw-r--r-- | drivers/hwmon/lm87.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/lm87.c b/drivers/hwmon/lm87.c index 333092ce2465..4c5f20231c1a 100644 --- a/drivers/hwmon/lm87.c +++ b/drivers/hwmon/lm87.c @@ -5,7 +5,7 @@ * Philip Edelbrock <[email protected]> * Stephen Rousset <[email protected]> * Dan Eaton <[email protected]> - * Copyright (C) 2004-2008 Jean Delvare <[email protected]> + * Copyright (C) 2004-2008 Jean Delvare <[email protected]> * * Original port to Linux 2.6 by Jeff Oliver. * @@ -1011,6 +1011,6 @@ static struct i2c_driver lm87_driver = { module_i2c_driver(lm87_driver); -MODULE_AUTHOR("Jean Delvare <[email protected]> and others"); +MODULE_AUTHOR("Jean Delvare <[email protected]> and others"); MODULE_DESCRIPTION("LM87 driver"); MODULE_LICENSE("GPL"); |