From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756246Ab0IIWYb (ORCPT ); Thu, 9 Sep 2010 18:24:31 -0400 Received: from mail-pw0-f46.google.com ([209.85.160.46]:45244 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755222Ab0IIWY3 (ORCPT ); Thu, 9 Sep 2010 18:24:29 -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=YC4rJcaeS37iAEP3+EnPpK1MHx6cvyINKdeCSyXwQ1vUV8WwDiNeKtAsUIjObnE3IL phwaRD+D7ewP55+sVBs/hC8Jw0QB2n/WLMKbioNcIn9d/o8yAxOnuIIot/vY9yeWoUDk Qp0X4rffNEqEsqAxE6LUwfB5t3fVT0kpTOkJc= From: "Justin P. Mattock" To: trivial@kernel.org Cc: linux-kernel@vger.kernel.org, "Justin P. Mattock" Subject: [PATCH 001/223]drivers/ata/pata_it821x.c Update broken web addresses. Date: Thu, 9 Sep 2010 15:24:37 -0700 Message-Id: <1284071091-7676-2-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.7.2.1 In-Reply-To: <1284071091-7676-1-git-send-email-justinmattock@gmail.com> References: <1284071091-7676-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/ata/pata_it821x.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/ata/pata_it821x.c b/drivers/ata/pata_it821x.c index bf88f71..ec1392d 100644 --- a/drivers/ata/pata_it821x.c +++ b/drivers/ata/pata_it821x.c @@ -16,7 +16,7 @@ * Based in part on the ITE vendor provided SCSI driver. * * Documentation available from - * http://www.ite.com.tw/pc/IT8212F_V04.pdf + * http://www.ite.com.tw/EN/products_more.aspx?CategoryID=3&ID=5,91 * Some other documents are NDA. * * The ITE8212 isn't exactly a standard IDE controller. It has two -- 1.7.2.1