summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm87.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/lm87.c')
-rw-r--r--drivers/hwmon/lm87.c4
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 @@
5 * Philip Edelbrock <phil@netroedge.com> 5 * Philip Edelbrock <phil@netroedge.com>
6 * Stephen Rousset <stephen.rousset@rocketlogix.com> 6 * Stephen Rousset <stephen.rousset@rocketlogix.com>
7 * Dan Eaton <dan.eaton@rocketlogix.com> 7 * Dan Eaton <dan.eaton@rocketlogix.com>
8 * Copyright (C) 2004-2008 Jean Delvare <khali@linux-fr.org> 8 * Copyright (C) 2004-2008 Jean Delvare <jdelvare@suse.de>
9 * 9 *
10 * Original port to Linux 2.6 by Jeff Oliver. 10 * Original port to Linux 2.6 by Jeff Oliver.
11 * 11 *
@@ -1011,6 +1011,6 @@ static struct i2c_driver lm87_driver = {
1011 1011
1012module_i2c_driver(lm87_driver); 1012module_i2c_driver(lm87_driver);
1013 1013
1014MODULE_AUTHOR("Jean Delvare <khali@linux-fr.org> and others"); 1014MODULE_AUTHOR("Jean Delvare <jdelvare@suse.de> and others");
1015MODULE_DESCRIPTION("LM87 driver"); 1015MODULE_DESCRIPTION("LM87 driver");
1016MODULE_LICENSE("GPL"); 1016MODULE_LICENSE("GPL");