From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758130Ab2C1ORA (ORCPT ); Wed, 28 Mar 2012 10:17:00 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:64623 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755223Ab2C1OQ6 (ORCPT ); Wed, 28 Mar 2012 10:16:58 -0400 From: Masanari Iida To: bluesmoke-devel@lists.sourceforge.net, linux-edac@vger.kernel.org Cc: trivial@kernel.org, linux-kernel@vger.kernel.org, Masanari Iida , Doug Thompson , Mauro Carvalho Chehab Subject: [PATCH] [trivial] edac: Fix document URLs Date: Wed, 28 Mar 2012 23:16:36 +0900 Message-Id: <1332944196-18524-1-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 1.7.10.rc2.19.gfae9d Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org URLs for Memory controller's datasheet are "page not found". Fix them to correct URLs. Signed-off-by: Masanari Iida Cc: Doug Thompson Cc: Mauro Carvalho Chehab --- drivers/edac/i5000_edac.c | 2 +- drivers/edac/i5100_edac.c | 2 +- drivers/edac/i5400_edac.c | 2 +- drivers/edac/i7300_edac.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/edac/i5000_edac.c b/drivers/edac/i5000_edac.c index a2680d8..9656802 100644 --- a/drivers/edac/i5000_edac.c +++ b/drivers/edac/i5000_edac.c @@ -10,7 +10,7 @@ * This module is based on the following document: * * Intel 5000X Chipset Memory Controller Hub (MCH) - Datasheet - * http://developer.intel.com/design/chipsets/datashts/313070.htm + * http://www.intel.com/content/dam/doc/datasheet/5000x-chipset-memory-controller-hub-datasheet.pdf * */ diff --git a/drivers/edac/i5100_edac.c b/drivers/edac/i5100_edac.c index 2e23547..13b0c2f 100644 --- a/drivers/edac/i5100_edac.c +++ b/drivers/edac/i5100_edac.c @@ -7,7 +7,7 @@ * This module is based on the following document: * * Intel 5100X Chipset Memory Controller Hub (MCH) - Datasheet - * http://download.intel.com/design/chipsets/datashts/318378.pdf + * http://www.intel.com/content/dam/doc/datasheet/5100-memory-controller-hub-chipset-datasheet.pdf * * The intel 5100 has two independent channels. EDAC core currently * can not reflect this configuration so instead the chip-select diff --git a/drivers/edac/i5400_edac.c b/drivers/edac/i5400_edac.c index 67ec962..41560c1 100644 --- a/drivers/edac/i5400_edac.c +++ b/drivers/edac/i5400_edac.c @@ -16,7 +16,7 @@ * This module is based on the following document: * * Intel 5400 Chipset Memory Controller Hub (MCH) - Datasheet - * http://developer.intel.com/design/chipsets/datashts/313070.htm + * http://www.intel.com/content/dam/doc/datasheet/5400-chipset-memory-controller-hub-datasheet.pdf * */ diff --git a/drivers/edac/i7300_edac.c b/drivers/edac/i7300_edac.c index 3bafa3b..48ffe3b 100644 --- a/drivers/edac/i7300_edac.c +++ b/drivers/edac/i7300_edac.c @@ -10,7 +10,7 @@ * Red Hat Inc. http://www.redhat.com * * Intel 7300 Chipset Memory Controller Hub (MCH) - Datasheet - * http://www.intel.com/Assets/PDF/datasheet/318082.pdf + * http://www.intel.com/content/dam/doc/datasheet/7300-chipset-memory-controller-hub-datasheet.pdf * * TODO: The chipset allow checking for PCI Express errors also. Currently, * the driver covers only memory error errors -- 1.7.10.rc2.19.gfae9d