Kconfig: Missing line breaks in arch/x86_64/Kconfig
authorAdrian Knoth <adi@drcomp.erfurt.thur.de>
Thu, 18 Oct 2007 14:58:58 +0000 (16:58 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 19 Oct 2007 18:35:02 +0000 (20:35 +0200)
The helptext for IA32_EMULATION in arch/x86_64/Kconfig is wider than 80
chars, thus failing to be displayed in 80x24 screens.

This patch re-breaks lines.

Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>
arch/x86_64/Kconfig

index 712ebd9c5d6ab52ad6632ad9b8006291a37d6335..ecfd4b18a200c3520a10ba11a71e15448b0e1ce9 100644 (file)
@@ -766,9 +766,9 @@ source "fs/Kconfig.binfmt"
 config IA32_EMULATION
        bool "IA32 Emulation"
        help
-         Include code to run 32-bit programs under a 64-bit kernel. You should likely
-         turn this on, unless you're 100% sure that you don't have any 32-bit programs
-         left.
+         Include code to run 32-bit programs under a 64-bit kernel. You should
+         likely turn this on, unless you're 100% sure that you don't have any
+         32-bit programs left.
 
 config IA32_AOUT
        tristate "IA32 a.out support"