diff options
author | Shane Huang <shane.huang@amd.com> | 2013-09-06 14:05:42 +0200 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2013-09-06 14:05:42 +0200 |
commit | f85b520510ed8b805b21b98dcedaf896caa0dae7 (patch) | |
tree | b28eb7c0fe9f4bd30781914f682e71cdc9416cd2 /drivers | |
parent | 6e4664525b1db28f8c4e1130957f70a94c19213e (diff) | |
download | linux-f85b520510ed8b805b21b98dcedaf896caa0dae7.tar.bz2 |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hwmon/w83792d.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ * 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 @@ -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"); |