提交 a1ab4c1c 编写于 作者: J Juerg Haefliger 提交者: Geert Uytterhoeven

m68k: Kconfig.cpu: Fix indentation and add endif comments

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.

While at it, add missing trailing endif comments and squeeze multiple
empty lines.
Signed-off-by: NJuerg Haefliger <juergh@canonical.com>
Link: https://lore.kernel.org/r/20220524075848.21684-2-juergh@canonical.comSigned-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
上级 4977636d
...@@ -155,7 +155,7 @@ config M520x ...@@ -155,7 +155,7 @@ config M520x
select COLDFIRE_PIT_TIMER select COLDFIRE_PIT_TIMER
select HAVE_CACHE_SPLIT select HAVE_CACHE_SPLIT
help help
Freescale Coldfire 5207/5208 processor support. Freescale Coldfire 5207/5208 processor support.
config M523x config M523x
bool "MCF523x" bool "MCF523x"
...@@ -322,7 +322,6 @@ config COLDFIRE_SLTIMERS ...@@ -322,7 +322,6 @@ config COLDFIRE_SLTIMERS
endif # COLDFIRE endif # COLDFIRE
comment "Processor Specific Options" comment "Processor Specific Options"
config M68KFPU_EMU config M68KFPU_EMU
...@@ -522,7 +521,7 @@ config CACHE_BOTH ...@@ -522,7 +521,7 @@ config CACHE_BOTH
Split the ColdFire CPU cache, and use half as an instruction cache Split the ColdFire CPU cache, and use half as an instruction cache
and half as a data cache. and half as a data cache.
endchoice endchoice
endif endif # HAVE_CACHE_SPLIT
if HAVE_CACHE_CB if HAVE_CACHE_CB
choice choice
...@@ -539,4 +538,4 @@ config CACHE_COPYBACK ...@@ -539,4 +538,4 @@ config CACHE_COPYBACK
help help
The ColdFire CPU cache is set into Copy-back mode. The ColdFire CPU cache is set into Copy-back mode.
endchoice endchoice
endif endif # HAVE_CACHE_CB
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册