aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/Kconfig
diff options
context:
space:
mode:
authorJuerg Haefliger <juerg.haefliger@canonical.com>2022-05-25 14:50:00 +0200
committerRichard Weinberger <richard@nod.at>2022-07-17 23:12:03 +0200
commitdec87e2079a29808373e94181e4f7ed49c5bd161 (patch)
treec8c99aad8859609997f4f9d664a1a60c2589328e /arch/um/Kconfig
parentLinux 5.19-rc6 (diff)
downloadlinux-dev-dec87e2079a29808373e94181e4f7ed49c5bd161.tar.xz
linux-dev-dec87e2079a29808373e94181e4f7ed49c5bd161.zip
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 <juerg.haefliger@canonical.com> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/Kconfig')
-rw-r--r--arch/um/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig
index 4ec22e156a2e..7b0f953e7d6c 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"