From: Alan Cox As was noted on and off list a couple of places still had old naming Signed-off-by: Alan Cox Signed-off-by: Andrew Morton --- drivers/edac/Kconfig | 4 ++-- drivers/edac/e752x_edac.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff -puN drivers/edac/e752x_edac.c~edac-core-edac-support-code-fixes-2 drivers/edac/e752x_edac.c --- devel/drivers/edac/e752x_edac.c~edac-core-edac-support-code-fixes-2 2005-10-23 13:20:13.000000000 -0700 +++ devel-akpm/drivers/edac/e752x_edac.c 2005-10-23 13:20:13.000000000 -0700 @@ -13,7 +13,7 @@ * Wang Zhenyu at intel.com * Dave Jiang at mvista.com * - * $Id: bluesmoke_e752x.c,v 1.5.2.11 2005/10/05 00:43:44 dsp_llnl Exp $ + * $Id: edac_e752x.c,v 1.5.2.11 2005/10/05 00:43:44 dsp_llnl Exp $ * */ diff -puN drivers/edac/Kconfig~edac-core-edac-support-code-fixes-2 drivers/edac/Kconfig --- devel/drivers/edac/Kconfig~edac-core-edac-support-code-fixes-2 2005-10-23 13:20:13.000000000 -0700 +++ devel-akpm/drivers/edac/Kconfig 2005-10-23 13:20:13.000000000 -0700 @@ -34,9 +34,9 @@ config EDAC_MM_EDAC depends on EDAC help Some systems are able to detect and correct errors in main - memory. Bluesmoke can report statistics on memory error + memory. EDAC can report statistics on memory error detection and correction (EDAC - or commonly referred to ECC - errors). Bluesmoke will also try to decode where these errors + errors). EDAC will also try to decode where these errors occurred so that a particular failing memory module can be replaced. If unsure, select 'Y'. _