]> git.sur5r.net Git - u-boot/commitdiff
x86: Kconfig: MARK_GRAPHICS_MEM_WRCOMB cosmetics
authorBin Meng <bmeng.cn@gmail.com>
Mon, 27 Apr 2015 15:22:26 +0000 (23:22 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 30 Apr 2015 00:51:50 +0000 (18:51 -0600)
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>
arch/x86/Kconfig

index 43062cdf6c721c27ec34fde08d6c3b990a2e7dab..2387fb76748ae40884b9971c56c2bbeb7659a95e 100644 (file)
@@ -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"