diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2019-03-11 16:42:08 +0300 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2020-06-13 03:43:17 +0300 |
commit | 8b3ebda6d81af05b4827f18086d27bee9000f67c (patch) | |
tree | 35212b205db669d683601f6865cbd6b9e89db2b9 /arch | |
parent | 79ca035d2d941839f55f3b8b69f8e81c66946ed8 (diff) | |
download | linux-8b3ebda6d81af05b4827f18086d27bee9000f67c.tar.xz |
alpha: Kconfig: pedantic formatting
Formatting of Kconfig files doesn't look so pretty, so let the
Great White Handkerchief come around and clean it up.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/alpha/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index ef179033a7c2..48f6e22b6447 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig @@ -545,7 +545,7 @@ config NR_CPUS default "4" if !ALPHA_GENERIC && !ALPHA_MARVEL help MARVEL support can handle a maximum of 32 CPUs, all the others - with working support have a maximum of 4 CPUs. + with working support have a maximum of 4 CPUs. config ARCH_DISCONTIGMEM_ENABLE bool "Discontiguous Memory Support" @@ -657,7 +657,7 @@ choice endchoice config HZ - int + int default 32 if HZ_32 default 64 if HZ_64 default 128 if HZ_128 |