Commit 31f12fdc authored by Juerg Haefliger's avatar Juerg Haefliger Committed by Thomas Bogendoerfer
Browse files

MIPS: Kconfig: Fix indentation and add endif comment



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 add it, add a missing trailing endif comment.

Signed-off-by: default avatarJuerg Haefliger <juergh@canonical.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent e205a994
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -3255,7 +3255,7 @@ menu "CPU Power Management"

if CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER
source "drivers/cpufreq/Kconfig"
endif
endif # CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER

source "drivers/cpuidle/Kconfig"