Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e24aca67 authored by GeunSik Lim's avatar GeunSik Lim Committed by Linus Torvalds
Browse files

edac: Kconfig: fix the meaning of EDAC abbreviation



Fix the meaning of EDAC(Error Detection And Correction) correctly.

[akpm@linux-foundation.org: add missing space]
Signed-off-by: default avatarGeunSik Lim <geunsik.lim@samsung.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Acked-by: default avatarDoug Thompson <dougthompson@xmission.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 20ea8fad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
#

menuconfig EDAC
	bool "EDAC - error detection and reporting"
	bool "EDAC (Error Detection And Correction) reporting"
	depends on HAS_IOMEM
	depends on X86 || PPC
	help