Skip to content

Commit 31f12fd

Browse files
juerghtsbogend
authored andcommitted
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: Juerg Haefliger <juergh@canonical.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent e205a99 commit 31f12fd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

arch/mips/Kconfig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,11 +1321,11 @@ config CPU_LOONGSON64
13211321
select SWIOTLB
13221322
select HAVE_KVM
13231323
help
1324-
The Loongson GSx64(GS264/GS464/GS464E/GS464V) series of processor
1325-
cores implements the MIPS64R2 instruction set with many extensions,
1326-
including most 64-bit Loongson-2 (2H, 2K) and Loongson-3 (3A1000,
1327-
3B1000, 3B1500, 3A2000, 3A3000 and 3A4000) processors. However, old
1328-
Loongson-2E/2F is not covered here and will be removed in future.
1324+
The Loongson GSx64(GS264/GS464/GS464E/GS464V) series of processor
1325+
cores implements the MIPS64R2 instruction set with many extensions,
1326+
including most 64-bit Loongson-2 (2H, 2K) and Loongson-3 (3A1000,
1327+
3B1000, 3B1500, 3A2000, 3A3000 and 3A4000) processors. However, old
1328+
Loongson-2E/2F is not covered here and will be removed in future.
13291329

13301330
config LOONGSON3_ENHANCEMENT
13311331
bool "New Loongson-3 CPU Enhancements"
@@ -3255,7 +3255,7 @@ menu "CPU Power Management"
32553255

32563256
if CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER
32573257
source "drivers/cpufreq/Kconfig"
3258-
endif
3258+
endif # CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER
32593259

32603260
source "drivers/cpuidle/Kconfig"
32613261

0 commit comments

Comments
 (0)