projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
455c6fd
)
hwmon: (f71805f) Fix author's address
author
Jean Delvare
<jdelvare@suse.de>
Fri, 4 Apr 2014 16:01:32 +0000
(18:01 +0200)
committer
Jean Delvare
<jdelvare@suse.de>
Fri, 4 Apr 2014 16:01:32 +0000
(18:01 +0200)
The original address was incomplete, and this caused it to be missed
by the recent update to my new address.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
drivers/hwmon/f71805f.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/f71805f.c
b/drivers/hwmon/f71805f.c
index 1a8aa1265262e392dd246a8aecfd39d9e997e75b..32f5132c4652d43b89037f9ec16934d5f4d685f4 100644
(file)
--- a/
drivers/hwmon/f71805f.c
+++ b/
drivers/hwmon/f71805f.c
@@
-1648,7
+1648,7
@@
static void __exit f71805f_exit(void)
platform_driver_unregister(&f71805f_driver);
}
-MODULE_AUTHOR("Jean Delvare <
khali@linux-fr
>");
+MODULE_AUTHOR("Jean Delvare <
jdelvare@suse.de
>");
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("F71805F/F71872F hardware monitoring driver");