* [PATCH] [trivial] edac: Fix document URLs
@ 2012-03-28 14:16 Masanari Iida
2012-03-28 16:13 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-03-28 14:16 UTC (permalink / raw)
To: bluesmoke-devel, linux-edac
Cc: trivial, linux-kernel, Masanari Iida, Doug Thompson,
Mauro Carvalho Chehab
URLs for Memory controller's datasheet are "page not found".
Fix them to correct URLs.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Cc: Doug Thompson <dougthompson@xmission.com>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] [trivial] edac: Fix document URLs
2012-03-28 14:16 [PATCH] [trivial] edac: Fix document URLs Masanari Iida
@ 2012-03-28 16:13 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2012-03-28 16:13 UTC (permalink / raw)
To: Masanari Iida
Cc: bluesmoke-devel, linux-edac, trivial, linux-kernel, Doug Thompson
Em 28-03-2012 11:16, Masanari Iida escreveu:
> URLs for Memory controller's datasheet are "page not found".
> Fix them to correct URLs.
I remember I validated a few of those links in the patchset that
is fixing the EDAC core.
I'll apply this one on my tree, of course for the hunks that don't
conflict with the ones I've already fixed.
Thanks,
Mauro.
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
>
> Cc: Doug Thompson <dougthompson@xmission.com>
> Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
> ---
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-28 16:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-28 14:16 [PATCH] [trivial] edac: Fix document URLs Masanari Iida
2012-03-28 16:13 ` Mauro Carvalho Chehab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).