diff options
author | Leslie Lau | 2016-01-28 21:17:22 -0800 |
---|---|---|
committer | Jiri Kosina | 2016-02-15 11:18:24 +0100 |
commit | d00cd819d7dfb1a24d814457f47ff4d6c7be152c (patch) | |
tree | b2130a735cd47036cf290302f1f9b5dd9caa677e | |
parent | 34fd3e142afb13d22ee4568ae6e151f4d6896c20 (diff) |
drivers/rtc: broken link fix
In drivers/rtc/rtc-rx8025.c is a broken link that is supposed to
lead to a form allowing users to subscribe to the lm-sensors mailing list.
The link <http://lists.lm-sensors.org/mailman/listinfo/lmsensors> leads
to a page with a 404 error. I believe the link should be replaced
with <lm-sensors@lm-sensors.org>.
Signed-off-by: Leslie Lau <laulinxk@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | drivers/rtc/rtc-rx8025.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-rx8025.c b/drivers/rtc/rtc-rx8025.c index 24c3d69ce1b9..5c2e9bcec091 100644 --- a/drivers/rtc/rtc-rx8025.c +++ b/drivers/rtc/rtc-rx8025.c @@ -7,7 +7,7 @@ * All rights reserved. * * Modified by fengjh at rising.com.cn - * <http://lists.lm-sensors.org/mailman/listinfo/lm-sensors> + * <lm-sensors@lm-sensors.org> * 2006.11 * * Code cleanup by Sergei Poselenov, <sposelenov@emcraft.com> |