lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 03 Jun 2009 09:04:29 +0900
From:	GeunSik Lim <leemgs1@...il.com>
To:	Jiri Kosina <trivial@...nel.org>
Cc:	linux-kernel <linux-kernel@...r.kernel.org>,
	dougthompson@...ssion.com
Subject: [PATCH] Fix the meaning of EDAC abbreviation



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@...sung.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@...r.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@...sung.com
         2) leemgs@...il.com , leemgs1@...il.com
HomePage: http://blog.naver.com/invain/
-----------------------------------------------

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ