Skip to content

Commit

Permalink
hwmon: (w83792d) Update module author
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shane Huang authored and Jean Delvare committed Sep 6, 2013
1 parent 6e46645 commit f85b520
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Documentation/hwmon/w83791d
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Credits:
Philip Edelbrock <phil@netroedge.com>,
and Mark Studebaker <mdsxyz123@yahoo.com>
w83792d.c:
Chunhao Huang <DZShen@Winbond.com.tw>,
Shane Huang (Winbond),
Rudolf Marek <r.marek@assembler.cz>

Additional contributors:
Expand Down
3 changes: 1 addition & 2 deletions Documentation/hwmon/w83792d
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Supported chips:
Addresses scanned: I2C 0x2c - 0x2f
Datasheet: http://www.winbond.com.tw

Author: Chunhao Huang
Contact: DZShen <DZShen@Winbond.com.tw>
Author: Shane Huang (Winbond)


Module Parameters
Expand Down
4 changes: 2 additions & 2 deletions drivers/hwmon/w83792d.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* w83792d.c - Part of lm_sensors, Linux kernel modules for hardware
* monitoring
* Copyright (C) 2004, 2005 Winbond Electronics Corp.
* Chunhao Huang <DZShen@Winbond.com.tw>,
* Shane Huang,
* Rudolf Marek <r.marek@assembler.cz>
*
* This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -1665,6 +1665,6 @@ static void w83792d_print_debug(struct w83792d_data *data, struct device *dev)

module_i2c_driver(w83792d_driver);

MODULE_AUTHOR("Chunhao Huang @ Winbond <DZShen@Winbond.com.tw>");
MODULE_AUTHOR("Shane Huang (Winbond)");
MODULE_DESCRIPTION("W83792AD/D driver for linux-2.6");
MODULE_LICENSE("GPL");

0 comments on commit f85b520

Please sign in to comment.