From: Juerg Haefliger Date: Wed, 25 May 2022 12:50:00 +0000 (+0200) Subject: um: Kconfig: Fix indentation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dec87e2079a29808373e94181e4f7ed49c5bd161;p=linux.git um: Kconfig: Fix indentation The convention for indentation seems to be a single tab. Help text is further indented by an additional two whitespaces. Fix the lines that violate these rules. Signed-off-by: Juerg Haefliger Signed-off-by: Richard Weinberger --- diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 4ec22e156a2e3..7b0f953e7d6c9 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -82,7 +82,7 @@ config ARCH_HAS_CACHE_LINE_SIZE source "arch/$(HEADER_ARCH)/um/Kconfig" config MAY_HAVE_RUNTIME_DEPS - bool + bool config STATIC_LINK bool "Force a static link"