Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758406AbZFCOvm (ORCPT ); Wed, 3 Jun 2009 10:51:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753981AbZFCOvf (ORCPT ); Wed, 3 Jun 2009 10:51:35 -0400 Received: from web50104.mail.re2.yahoo.com ([206.190.38.32]:46634 "HELO web50104.mail.re2.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754097AbZFCOve convert rfc822-to-8bit (ORCPT ); Wed, 3 Jun 2009 10:51:34 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding; b=VRaNp9lE8dfdpWezb1bLZOqb22Bl1COWj1SBbxvbTziY2xGcEevU4aQtycJLg+9OI22cIGfXpWGz/WXFreuATlM47AUXLavWlzBzupmboVRRP7Tg+TdKsJAXDu/WBH8LbgdX/PtPY9pKcr8+b+XDePtKd1Zwf4E2YZ27Vh+x/EY=; Message-ID: <862246.51153.qm@web50104.mail.re2.yahoo.com> X-YMail-OSG: J2OEO5sVM1kfg99dNOhLb1.6j3I3VX7hq8W2iJbdKVdUiJJYc0If4qcnMXksg8FeU4_8UrihOqZ0DG3tV0pegfVQTaSCgbPFV2xLFKXX2xid_96CfaI9FSeCB40CB2lu3wUbax0I_7iXECXCm9rfMFX_kqxQqqIKpfA64qacHmRF3R58.JKb3X11Zzj0Zo5gnOhzf.NHsXz39UTOPZf9Qu_o3uVYLZ_B6C8xk5oxrO8oVa79e3xItibnlEAy9HrqNM.kClgQjBbaFbvtj32kRbb7gzPR1ojdA5RagOZL0AW5GHuNv8ZfZLjV_Ar.PPdF3hLk6Hv38QR98U__FSCtkIgGolBWiQ-- X-Mailer: YahooMailClassic/5.4.12 YahooMailWebService/0.7.289.10 Date: Wed, 3 Jun 2009 07:51:35 -0700 (PDT) From: Doug Thompson Subject: Re: [PATCH] Fix the meaning of EDAC abbreviation To: leemgs1@gmail.com, Alan Cox Cc: Jiri Kosina , linux-kernel , dougthompson@xmission.com, Andrew Morton MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1915 Lines: 55 --- On Wed, 6/3/09, Alan Cox wrote: > From: Alan Cox > Subject: Re: [PATCH] Fix the meaning of EDAC abbreviation > To: leemgs1@gmail.com > Cc: "Jiri Kosina" , "linux-kernel" , 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 > > --- > >? 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" 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/