From: Krzysztof Kozlowski Date: Wed, 20 Nov 2019 13:36:54 +0000 (+0800) Subject: um: Fix Kconfig indentation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7d8093a56063e5d7c4459d9d025a57e0c5186ce9;p=linux.git um: Fix Kconfig indentation Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski Acked-by: Anton Ivanov Signed-off-by: Richard Weinberger --- diff --git a/arch/um/Kconfig b/arch/um/Kconfig index fec6b4ca2b6e5..2a6d04fcb3e91 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -153,7 +153,7 @@ config KERNEL_STACK_ORDER It is possible to reduce the stack to 1 for 64BIT and 0 for 32BIT on older (pre-2017) CPUs. It is not recommended on newer CPUs due to the increase in the size of the state which needs to be saved when handling - signals. + signals. config MMAPPER tristate "iomem emulation driver"