aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83l785ts.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/w83l785ts.c')
-rw-r--r--drivers/hwmon/w83l785ts.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/hwmon/w83l785ts.c b/drivers/hwmon/w83l785ts.c
index 39dbe990dc10..6384b268f590 100644
--- a/drivers/hwmon/w83l785ts.c
+++ b/drivers/hwmon/w83l785ts.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * w83l785ts.c - Part of lm_sensors, Linux kernel modules for hardware 2 * w83l785ts.c - Part of lm_sensors, Linux kernel modules for hardware
3 * monitoring 3 * monitoring
4 * Copyright (C) 2003-2009 Jean Delvare <khali@linux-fr.org> 4 * Copyright (C) 2003-2009 Jean Delvare <jdelvare@suse.de>
5 * 5 *
6 * Inspired from the lm83 driver. The W83L785TS-S is a sensor chip made 6 * Inspired from the lm83 driver. The W83L785TS-S is a sensor chip made
7 * by Winbond. It reports a single external temperature with a 1 deg 7 * by Winbond. It reports a single external temperature with a 1 deg
@@ -10,7 +10,7 @@
10 * http://www.winbond-usa.com/products/winbond_products/pdfs/PCIC/W83L785TS-S.pdf 10 * http://www.winbond-usa.com/products/winbond_products/pdfs/PCIC/W83L785TS-S.pdf
11 * 11 *
12 * Ported to Linux 2.6 by Wolfgang Ziegler <nuppla@gmx.at> and Jean Delvare 12 * Ported to Linux 2.6 by Wolfgang Ziegler <nuppla@gmx.at> and Jean Delvare
13 * <khali@linux-fr.org>. 13 * <jdelvare@suse.de>.
14 * 14 *
15 * Thanks to James Bolt <james@evilpenguin.com> for benchmarking the read 15 * Thanks to James Bolt <james@evilpenguin.com> for benchmarking the read
16 * error handling mechanism. 16 * error handling mechanism.
@@ -299,6 +299,6 @@ static struct w83l785ts_data *w83l785ts_update_device(struct device *dev)
299 299
300module_i2c_driver(w83l785ts_driver); 300module_i2c_driver(w83l785ts_driver);
301 301
302MODULE_AUTHOR("Jean Delvare <khali@linux-fr.org>"); 302MODULE_AUTHOR("Jean Delvare <jdelvare@suse.de>");
303MODULE_DESCRIPTION("W83L785TS-S driver"); 303MODULE_DESCRIPTION("W83L785TS-S driver");
304MODULE_LICENSE("GPL"); 304MODULE_LICENSE("GPL");