Skip to content
/ linux Public
forked from torvalds/linux

Commit

Permalink
alpha: Kconfig: pedantic formatting
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
metux authored and mattst88 committed Jun 13, 2020
1 parent 79ca035 commit 8b3ebda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/alpha/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8b3ebda

Please sign in to comment.