diff options
Diffstat (limited to 'drivers/hwmon/lm90.c')
-rw-r--r-- | drivers/hwmon/lm90.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/lm90.c b/drivers/hwmon/lm90.c index 8b8f3aa49726..701e952ae523 100644 --- a/drivers/hwmon/lm90.c +++ b/drivers/hwmon/lm90.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * lm90.c - Part of lm_sensors, Linux kernel modules for hardware | 2 | * lm90.c - Part of lm_sensors, Linux kernel modules for hardware |
3 | * monitoring | 3 | * monitoring |
4 | * Copyright (C) 2003-2010 Jean Delvare <khali@linux-fr.org> | 4 | * Copyright (C) 2003-2010 Jean Delvare <jdelvare@suse.de> |
5 | * | 5 | * |
6 | * Based on the lm83 driver. The LM90 is a sensor chip made by National | 6 | * Based on the lm83 driver. The LM90 is a sensor chip made by National |
7 | * Semiconductor. It reports up to two temperatures (its own plus up to | 7 | * Semiconductor. It reports up to two temperatures (its own plus up to |
@@ -1679,6 +1679,6 @@ static struct i2c_driver lm90_driver = { | |||
1679 | 1679 | ||
1680 | module_i2c_driver(lm90_driver); | 1680 | module_i2c_driver(lm90_driver); |
1681 | 1681 | ||
1682 | MODULE_AUTHOR("Jean Delvare <khali@linux-fr.org>"); | 1682 | MODULE_AUTHOR("Jean Delvare <jdelvare@suse.de>"); |
1683 | MODULE_DESCRIPTION("LM90/ADM1032 driver"); | 1683 | MODULE_DESCRIPTION("LM90/ADM1032 driver"); |
1684 | MODULE_LICENSE("GPL"); | 1684 | MODULE_LICENSE("GPL"); |