[PATCH] fix indentation-related breakage in Kconfig.i386
authorAl Viro <viro@ftp.linux.org.uk>
Tue, 30 Jan 2007 13:23:40 +0000 (13:23 +0000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 30 Jan 2007 16:39:21 +0000 (08:39 -0800)
commitb20c8453a7d6e8d63c0f05ba3e38d9428c8091b1
tree432e9c2654d55a0f262d8170a9dd87cabdff6a12
parent774ba59c950926abd27421fa146f1916de89e6f6
[PATCH] fix indentation-related breakage in Kconfig.i386

Kconfig recognizes the end of help text by receding indentation depth.
Recent patch had broken HOST_VMSPLIT_... choice in arch/um/Kconfig.i386 -
all alternatives are interpreted as part of help text now.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/Kconfig.i386