From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932099Ab0IIW0i (ORCPT ); Thu, 9 Sep 2010 18:26:38 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:33330 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932066Ab0IIW0g (ORCPT ); Thu, 9 Sep 2010 18:26:36 -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=fbuoh7zowtcx5zNsZFbD4ktd20Rz+ozNbLHf9/EcxdfVB2UOCvGSwckSuyqNZVLRCn qgpVymjgCtAwqMEiKge/DwZL8+7Toz/Jg0pgFmMYsb8oJQQMBV6YK2HR2E2Kz7VsNHtR JtRoFsisxQL+WvcUMXevPQGwgNEdDl6SX1mx8= From: "Justin P. Mattock" To: trivial@kernel.org Cc: linux-kernel@vger.kernel.org, "Justin P. Mattock" Subject: [PATCH 036/223]drivers/input/touchscreen/mk712.c Update broken web addresses. Date: Thu, 9 Sep 2010 15:26:36 -0700 Message-Id: <1284071205-7756-6-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.7.2.1 In-Reply-To: <1284071205-7756-1-git-send-email-justinmattock@gmail.com> References: <1284071205-7756-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/input/touchscreen/mk712.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/input/touchscreen/mk712.c b/drivers/input/touchscreen/mk712.c index efd3aeb..76f373a 100644 --- a/drivers/input/touchscreen/mk712.c +++ b/drivers/input/touchscreen/mk712.c @@ -17,7 +17,7 @@ * found in Gateway AOL Connected Touchpad computers. * * Documentation for ICS MK712 can be found at: - * http://www.icst.com/pdf/mk712.pdf + * http://web.archive.org/web/*/http://www.icst.com/pdf/mk712.pdf */ /* -- 1.7.2.1