[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>

authored by Al Viro and committed by Linus Torvalds b20c8453 774ba59c

+8 -8
+8 -8
arch/um/Kconfig.i386
··· 36 37 So, if you do not know what to do here, say 'Default split'. 38 39 - config HOST_VMSPLIT_3G 40 - bool "Default split (3G/1G user/kernel host split)" 41 - config HOST_VMSPLIT_3G_OPT 42 - bool "3G/1G user/kernel host split (for full 1G low memory)" 43 - config HOST_VMSPLIT_2G 44 - bool "2G/2G user/kernel host split" 45 - config HOST_VMSPLIT_1G 46 - bool "1G/3G user/kernel host split" 47 endchoice 48 49 config TOP_ADDR
··· 36 37 So, if you do not know what to do here, say 'Default split'. 38 39 + config HOST_VMSPLIT_3G 40 + bool "Default split (3G/1G user/kernel host split)" 41 + config HOST_VMSPLIT_3G_OPT 42 + bool "3G/1G user/kernel host split (for full 1G low memory)" 43 + config HOST_VMSPLIT_2G 44 + bool "2G/2G user/kernel host split" 45 + config HOST_VMSPLIT_1G 46 + bool "1G/3G user/kernel host split" 47 endchoice 48 49 config TOP_ADDR