Skip to content

Commit

Permalink
Kconfig: Missing line breaks in arch/x86_64/Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Knoth authored and Thomas Gleixner committed Oct 19, 2007
1 parent 06b4f2a commit 096708d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/x86_64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 096708d

Please sign in to comment.