Commit a1ab4c1c authored by Juerg Haefliger's avatar Juerg Haefliger Committed by Geert Uytterhoeven
Browse files

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: default avatarJuerg Haefliger <juergh@canonical.com>
Link: https://lore.kernel.org/r/20220524075848.21684-2-juergh@canonical.com


Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 4977636d
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -322,7 +322,6 @@ config COLDFIRE_SLTIMERS

endif # COLDFIRE


comment "Processor Specific Options"

config M68KFPU_EMU
@@ -522,7 +521,7 @@ config CACHE_BOTH
	  Split the ColdFire CPU cache, and use half as an instruction cache
	  and half as a data cache.
endchoice
endif
endif # HAVE_CACHE_SPLIT

if HAVE_CACHE_CB
choice
@@ -539,4 +538,4 @@ config CACHE_COPYBACK
	help
	  The ColdFire CPU cache is set into Copy-back mode.
endchoice
endif
endif # HAVE_CACHE_CB