diff options
author | Juerg Haefliger <juerg.haefliger@canonical.com> | 2022-05-25 14:50:00 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2022-07-17 23:12:03 +0200 |
commit | dec87e2079a29808373e94181e4f7ed49c5bd161 (patch) | |
tree | c8c99aad8859609997f4f9d664a1a60c2589328e | |
parent | 32346491ddf24599decca06190ebca03ff9de7f8 (diff) | |
download | linux-dec87e2079a29808373e94181e4f7ed49c5bd161.tar.bz2 |
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>
-rw-r--r-- | arch/um/Kconfig | 2 |
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" |