From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756785Ab0IIWZt (ORCPT ); Thu, 9 Sep 2010 18:25:49 -0400 Received: from mail-px0-f174.google.com ([209.85.212.174]:39116 "EHLO mail-px0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756709Ab0IIWZn (ORCPT ); Thu, 9 Sep 2010 18:25:43 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=Z4F2aDl9tWso/OlKe97w93555Nl6lQmCl/1NFVsdzePyBu6o7uZbc/xDC75pP6bsiw H7YB6BBeuAYazmK3VKF6tM9KhEwCHv7pobje7nWJ91oz1ub6OmDLqmsXfg5zPzUlh1qd yr4wX9P6eby5bVPV9tRFy3rlxJxv771LAMxD0= From: "Justin P. Mattock" To: trivial@kernel.org Cc: linux-kernel@vger.kernel.org, "Justin P. Mattock" Subject: [PATCH 024/223]drivers/hwmon/f75375s.c Update broken web addresses. Date: Thu, 9 Sep 2010 15:25:43 -0700 Message-Id: <1284071149-7723-9-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.7.2.1 In-Reply-To: <1284071149-7723-1-git-send-email-justinmattock@gmail.com> References: <1284071149-7723-1-git-send-email-justinmattock@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Below you will find an Update to a broken web address. Please let me know if this needs to be changed. Signed-off-by: Justin P. Mattock --- drivers/hwmon/f75375s.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/hwmon/f75375s.c b/drivers/hwmon/f75375s.c index 0f58ecc..3e2e100 100644 --- a/drivers/hwmon/f75375s.c +++ b/drivers/hwmon/f75375s.c @@ -6,10 +6,10 @@ * Datasheets available at: * * f75375: - * http://www.fintek.com.tw/files/productfiles/2005111152950.pdf + * http://www.fintek.com.tw/files/productfiles/F75375_V026P.pdf * * f75373: - * http://www.fintek.com.tw/files/productfiles/2005111153128.pdf + * http://www.fintek.com.tw/files/productfiles/F75373_V025P.pdf * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- 1.7.2.1