mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re: [PATCH] Fix the meaning of EDAC abbreviation
@ 2009-06-03 14:51 Doug Thompson
  0 siblings, 0 replies; 5+ messages in thread
From: Doug Thompson @ 2009-06-03 14:51 UTC (permalink / raw)
  To: leemgs1, Alan Cox; +Cc: Jiri Kosina, linux-kernel, dougthompson, Andrew Morton


--- On Wed, 6/3/09, Alan Cox <alan@lxorguk.ukuu.org.uk> wrote:

> From: Alan Cox <alan@lxorguk.ukuu.org.uk>
> Subject: Re: [PATCH] Fix the meaning of EDAC abbreviation
> To: leemgs1@gmail.com
> Cc: "Jiri Kosina" <trivial@kernel.org>, "linux-kernel" <linux-kernel@vger.kernel.org>, dougthompson@xmission.com
> Date: Wednesday, June 3, 2009, 1:42 AM
> > Fix the meaning of EDAC(Error
> Detection And Correction) correctly.
> >  - http://bluesmoke.sourceforge.net
> > 
> >         Signed-off-by:
> GeunSik Lim <geunsik.lim@samsung.com>
> > ---
> >  drivers/edac/Kconfig |    2 +-
> >  1 files changed, 1 insertions(+), 1
> deletions(-)
> > 
> > diff --git a/drivers/edac/Kconfig
> b/drivers/edac/Kconfig
> > index 956982f..2a81915 100644
> > --- a/drivers/edac/Kconfig
> > +++ b/drivers/edac/Kconfig
> > @@ -5,7 +5,7 @@
> >  #
> >  
> >  menuconfig EDAC
> > -    bool "EDAC - error detection and
> reporting"
> > +    bool "EDAC - Error Detection And
> Correction"
> 
> The code started off as one thing and acquired its name but
> a primary
> function of it now is indeed reporting rather than just
> correction. The
> name has stuck but the functionality doesn't quite match -
> so the
> existing menuconfig entry is actually more helpful.
> 

Alan has been "connected" with "bluesmoke"/EDAC far longer than I have and probably a better overall history of it.

Yet the EDAC modules harvest the events generated by the Error Detection and Correction hardware and present it, via reporting and he points out. But in spite of just being the "reporters", the modules manage the "detectors" in a way and deal with most of the "EDAC" system

I like the new patch mod

doug t


^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: [PATCH] Fix the meaning of EDAC abbreviation
@ 2009-06-03 14:46 Doug Thompson
  0 siblings, 0 replies; 5+ messages in thread
From: Doug Thompson @ 2009-06-03 14:46 UTC (permalink / raw)
  To: Jiri Kosina, leemgs1; +Cc: linux-kernel, dougthompson, Andrew Morton


--- On Tue, 6/2/09, GeunSik Lim <leemgs1@gmail.com> wrote:

> From: GeunSik Lim <leemgs1@gmail.com>
> Subject: [PATCH] Fix the meaning of EDAC abbreviation
> To: "Jiri Kosina" <trivial@kernel.org>
> Cc: "linux-kernel" <linux-kernel@vger.kernel.org>, dougthompson@xmission.com
> Date: Tuesday, June 2, 2009, 6:04 PM
> 
> 
> Dear Jiri Kosina,
> 
> This is trivial patch about meaning of EDAC in the
> driver/edac/Kconfig file.
>  * Screenshot after patch :
>    http://blogfiles16.naver.net/data42/2009/6/3/31/edac-before-after-invain.png
> 
> 
> Thanks, 
> 
> 
> Subject: [PATCH] Fix the meaning of EDAC abbreviation
> 
> Fix the meaning of EDAC(Error Detection And Correction)
> correctly.
>  - http://bluesmoke.sourceforge.net
> 
>         Signed-off-by: GeunSik Lim
> <geunsik.lim@samsung.com>
> ---
>  drivers/edac/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
> index 956982f..2a81915 100644
> --- a/drivers/edac/Kconfig
> +++ b/drivers/edac/Kconfig
> @@ -5,7 +5,7 @@
>  #
>  
>  menuconfig EDAC
> -    bool "EDAC - error detection and
> reporting"
> +    bool "EDAC - Error Detection And
> Correction"
>      depends on HAS_IOMEM
>      depends on X86 || PPC
>      help
> -- 
> 1.6.3.1


Good catch. All these years and I didn't see it. Always need more eyes


Acked-by: Doug Thompson <dougthompson@xmission.com>



^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH] Fix the meaning of EDAC abbreviation
@ 2009-06-03  0:04 GeunSik Lim
  2009-06-03  7:42 ` Alan Cox
  0 siblings, 1 reply; 5+ messages in thread
From: GeunSik Lim @ 2009-06-03  0:04 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel, dougthompson



Dear Jiri Kosina,

This is trivial patch about meaning of EDAC in the driver/edac/Kconfig file.
 * Screenshot after patch :
   http://blogfiles16.naver.net/data42/2009/6/3/31/edac-before-after-invain.png


Thanks, 


Subject: [PATCH] Fix the meaning of EDAC abbreviation

Fix the meaning of EDAC(Error Detection And Correction) correctly.
 - http://bluesmoke.sourceforge.net

        Signed-off-by: GeunSik Lim <geunsik.lim@samsung.com>
---
 drivers/edac/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index 956982f..2a81915 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -5,7 +5,7 @@
 #
 
 menuconfig EDAC
-	bool "EDAC - error detection and reporting"
+	bool "EDAC - Error Detection And Correction"
 	depends on HAS_IOMEM
 	depends on X86 || PPC
 	help
-- 
1.6.3.1



-----------------------------------------------
To unsubscribe from this list: send the line "unsubscribe linux-***" 
in the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

GeunSik Lim ( Samsung Electronics )
e-Mail  :1) geunsik.lim@samsung.com
         2) leemgs@gmail.com , leemgs1@gmail.com
HomePage: http://blog.naver.com/invain/
-----------------------------------------------


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-06-03 14:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-03 14:51 [PATCH] Fix the meaning of EDAC abbreviation Doug Thompson
  -- strict thread matches above, loose matches on Subject: below --
2009-06-03 14:46 Doug Thompson
2009-06-03  0:04 GeunSik Lim
2009-06-03  7:42 ` Alan Cox
2009-06-03  8:34   ` GeunSik Lim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome