* [PATCH] Kconfig: Missing line breaks in arch/x86_64/Kconfig
@ 2007-10-18 14:58 Adrian Knoth
2007-10-18 15:57 ` Sam Ravnborg
2007-10-18 16:42 ` Thomas Gleixner
0 siblings, 2 replies; 3+ messages in thread
From: Adrian Knoth @ 2007-10-18 14:58 UTC (permalink / raw)
To: zippel; +Cc: linux-kernel, trivial
From: Adrian Knoth <adi@drcomp.erfurt.thur.de>
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>
---
--- linux-2.6.23.1/arch/x86_64/Kconfig 2007-10-15 22:36:02.000000000 +0200
+++ /home/adi/Kconfig-new 2007-10-18 12:17:42.000000000 +0200
@@ -742,9 +742,9 @@
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"
--
mail: adi@thur.de http://adi.thur.de PGP/GPG: key via keyserver
Nur wer die Arbeit kennt, weiß was ich meide
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] Kconfig: Missing line breaks in arch/x86_64/Kconfig
2007-10-18 14:58 [PATCH] Kconfig: Missing line breaks in arch/x86_64/Kconfig Adrian Knoth
@ 2007-10-18 15:57 ` Sam Ravnborg
2007-10-18 16:42 ` Thomas Gleixner
1 sibling, 0 replies; 3+ messages in thread
From: Sam Ravnborg @ 2007-10-18 15:57 UTC (permalink / raw)
To: Adrian Knoth, Thomas Gleixner; +Cc: zippel, linux-kernel, trivial
Hi Thomas.
Another one for your tree I think.
sam
On Thu, Oct 18, 2007 at 04:58:58PM +0200, Adrian Knoth wrote:
> From: Adrian Knoth <adi@drcomp.erfurt.thur.de>
>
> 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>
> ---
>
>
> --- linux-2.6.23.1/arch/x86_64/Kconfig 2007-10-15 22:36:02.000000000 +0200
> +++ /home/adi/Kconfig-new 2007-10-18 12:17:42.000000000 +0200
> @@ -742,9 +742,9 @@
> 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"
>
>
>
> --
> mail: adi@thur.de http://adi.thur.de PGP/GPG: key via keyserver
>
> Nur wer die Arbeit kennt, weiß was ich meide
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Kconfig: Missing line breaks in arch/x86_64/Kconfig
2007-10-18 14:58 [PATCH] Kconfig: Missing line breaks in arch/x86_64/Kconfig Adrian Knoth
2007-10-18 15:57 ` Sam Ravnborg
@ 2007-10-18 16:42 ` Thomas Gleixner
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Gleixner @ 2007-10-18 16:42 UTC (permalink / raw)
To: Adrian Knoth; +Cc: zippel, linux-kernel, trivial
On Thu, 18 Oct 2007, Adrian Knoth wrote:
> From: Adrian Knoth <adi@drcomp.erfurt.thur.de>
>
> 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>
> ---
>
>
> --- linux-2.6.23.1/arch/x86_64/Kconfig 2007-10-15 22:36:02.000000000 +0200
> +++ /home/adi/Kconfig-new 2007-10-18 12:17:42.000000000 +0200
> @@ -742,9 +742,9 @@
> 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"
Thanks, applied.
tglx
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-10-18 16:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-18 14:58 [PATCH] Kconfig: Missing line breaks in arch/x86_64/Kconfig Adrian Knoth
2007-10-18 15:57 ` Sam Ravnborg
2007-10-18 16:42 ` Thomas Gleixner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®