From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752756AbcA2H0A (ORCPT ); Fri, 29 Jan 2016 02:26:00 -0500 Received: from mail-pf0-f171.google.com ([209.85.192.171]:35673 "EHLO mail-pf0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751725AbcA2HZq (ORCPT ); Fri, 29 Jan 2016 02:25:46 -0500 From: Leslie Lau To: linux-kernel@vger.kernel.org Cc: a.zummo@towertech.it, alexandre.belloni@free-electrons.com, trivial@kernel.org, Leslie Lau Subject: [PATCH] drivers/rtc: broken link fix Date: Thu, 28 Jan 2016 21:17:22 -0800 Message-Id: <1454044642-9089-1-git-send-email-laulinxk@gmail.com> X-Mailer: git-send-email 2.5.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 leads to a page with a 404 error. I believe the link should be replaced with . Signed-off-by: Leslie Lau --- drivers/rtc/rtc-rx8025.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rtc/rtc-rx8025.c b/drivers/rtc/rtc-rx8025.c index bd911ba..85df3b4 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 - * + * * 2006.11 * * Code cleanup by Sergei Poselenov, -- 2.5.0