From: Bin Meng <bmeng.cn@gmail.com>
Date: Mon, 27 Apr 2015 15:22:26 +0000 (+0800)
Subject: x86: Kconfig: MARK_GRAPHICS_MEM_WRCOMB cosmetics
X-Git-Tag: v2025.01-rc5-pxa1908~13083
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/%7B%7B?a=commitdiff_plain;h=d99b901e74ab96ef5b9e130a0607b85db0e33139;p=u-boot.git

x86: Kconfig: MARK_GRAPHICS_MEM_WRCOMB cosmetics

Remove the ending period of the MARK_GRAPHICS_MEM_WRCOMB option. Also
fix the indention of its help text.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
---

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 43062cdf6c..2387fb7674 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -181,12 +181,12 @@ config X86_RAMTEST
 	  detecting obvious failures.
 
 config MARK_GRAPHICS_MEM_WRCOMB
-	bool "Mark graphics memory as write-combining."
+	bool "Mark graphics memory as write-combining"
 	default n
 	help
-	 The graphics performance may increase if the graphics
-	 memory is set as write-combining cache type. This option
-	 enables marking the graphics memory as write-combining.
+	  The graphics performance may increase if the graphics
+	  memory is set as write-combining cache type. This option
+	  enables marking the graphics memory as write-combining.
 
 menu "Display"