diff options
author | Shane Huang <shane.huang@amd.com> | 2013-09-06 08:05:42 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2013-09-06 08:05:42 -0400 |
commit | f85b520510ed8b805b21b98dcedaf896caa0dae7 (patch) | |
tree | b28eb7c0fe9f4bd30781914f682e71cdc9416cd2 | |
parent | 6e4664525b1db28f8c4e1130957f70a94c19213e (diff) |
hwmon: (w83792d) Update module author
w83792d was written by me in 2004, I'd like to update my first name
into my current one to keep consistent, and delete invalid address.
Signed-off-by: Shane Huang <shane.huang@amd.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
-rw-r--r-- | Documentation/hwmon/w83791d | 2 | ||||
-rw-r--r-- | Documentation/hwmon/w83792d | 3 | ||||
-rw-r--r-- | drivers/hwmon/w83792d.c | 4 |
3 files changed, 4 insertions, 5 deletions
diff --git a/Documentation/hwmon/w83791d b/Documentation/hwmon/w83791d index 90387c3540f7..f4021a285460 100644 --- a/Documentation/hwmon/w83791d +++ b/Documentation/hwmon/w83791d | |||
@@ -17,7 +17,7 @@ Credits: | |||
17 | Philip Edelbrock <phil@netroedge.com>, | 17 | Philip Edelbrock <phil@netroedge.com>, |
18 | and Mark Studebaker <mdsxyz123@yahoo.com> | 18 | and Mark Studebaker <mdsxyz123@yahoo.com> |
19 | w83792d.c: | 19 | w83792d.c: |
20 | Chunhao Huang <DZShen@Winbond.com.tw>, | 20 | Shane Huang (Winbond), |
21 | Rudolf Marek <r.marek@assembler.cz> | 21 | Rudolf Marek <r.marek@assembler.cz> |
22 | 22 | ||
23 | Additional contributors: | 23 | Additional contributors: |
diff --git a/Documentation/hwmon/w83792d b/Documentation/hwmon/w83792d index 8a023ce0b72e..53f7b6866fec 100644 --- a/Documentation/hwmon/w83792d +++ b/Documentation/hwmon/w83792d | |||
@@ -7,8 +7,7 @@ Supported chips: | |||
7 | Addresses scanned: I2C 0x2c - 0x2f | 7 | Addresses scanned: I2C 0x2c - 0x2f |
8 | Datasheet: http://www.winbond.com.tw | 8 | Datasheet: http://www.winbond.com.tw |
9 | 9 | ||
10 | Author: Chunhao Huang | 10 | Author: Shane Huang (Winbond) |
11 | Contact: DZShen <DZShen@Winbond.com.tw> | ||
12 | 11 | ||
13 | 12 | ||
14 | Module Parameters | 13 | Module Parameters |
diff --git a/drivers/hwmon/w83792d.c b/drivers/hwmon/w83792d.c index 0b804895be43..5febb43cb4c1 100644 --- a/drivers/hwmon/w83792d.c +++ b/drivers/hwmon/w83792d.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * w83792d.c - Part of lm_sensors, Linux kernel modules for hardware | 2 | * w83792d.c - Part of lm_sensors, Linux kernel modules for hardware |
3 | * monitoring | 3 | * monitoring |
4 | * Copyright (C) 2004, 2005 Winbond Electronics Corp. | 4 | * Copyright (C) 2004, 2005 Winbond Electronics Corp. |
5 | * Chunhao Huang <DZShen@Winbond.com.tw>, | 5 | * Shane Huang, |
6 | * Rudolf Marek <r.marek@assembler.cz> | 6 | * Rudolf Marek <r.marek@assembler.cz> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
@@ -1665,6 +1665,6 @@ static void w83792d_print_debug(struct w83792d_data *data, struct device *dev) | |||
1665 | 1665 | ||
1666 | module_i2c_driver(w83792d_driver); | 1666 | module_i2c_driver(w83792d_driver); |
1667 | 1667 | ||
1668 | MODULE_AUTHOR("Chunhao Huang @ Winbond <DZShen@Winbond.com.tw>"); | 1668 | MODULE_AUTHOR("Shane Huang (Winbond)"); |
1669 | MODULE_DESCRIPTION("W83792AD/D driver for linux-2.6"); | 1669 | MODULE_DESCRIPTION("W83792AD/D driver for linux-2.6"); |
1670 | MODULE_LICENSE("GPL"); | 1670 | MODULE_LICENSE("GPL"); |