aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeslie Lau <laulinxk@gmail.com>2016-01-29 00:17:22 -0500
committerJiri Kosina <jkosina@suse.cz>2016-02-15 05:18:24 -0500
commitd00cd819d7dfb1a24d814457f47ff4d6c7be152c (patch)
treeb2130a735cd47036cf290302f1f9b5dd9caa677e
parent34fd3e142afb13d22ee4568ae6e151f4d6896c20 (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.c2
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 @@
7 * All rights reserved. 7 * All rights reserved.
8 * 8 *
9 * Modified by fengjh at rising.com.cn 9 * Modified by fengjh at rising.com.cn
10 * <http://lists.lm-sensors.org/mailman/listinfo/lm-sensors> 10 * <lm-sensors@lm-sensors.org>
11 * 2006.11 11 * 2006.11
12 * 12 *
13 * Code cleanup by Sergei Poselenov, <sposelenov@emcraft.com> 13 * Code cleanup by Sergei Poselenov, <sposelenov@emcraft.com>