projects
/
platform
/
kernel
/
linux-rpi3.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
1a8aa12
..
32f5132
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");