Skip to content

Commit cea9d62

Browse files
juerghmpe
authored andcommitted
powerpc: Kconfig: Replace tabs with whitespaces
Replace tabs after keywords with whitespaces to be consistent. Signed-off-by: Juerg Haefliger <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 5969e0c commit cea9d62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/powerpc/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ config 64BIT
1111

1212
config LIVEPATCH_64
1313
def_bool PPC64
14-
depends on LIVEPATCH
14+
depends on LIVEPATCH
1515

1616
config MMU
1717
bool
@@ -447,7 +447,7 @@ choice
447447
default MATH_EMULATION_FULL
448448
depends on MATH_EMULATION
449449

450-
config MATH_EMULATION_FULL
450+
config MATH_EMULATION_FULL
451451
bool "Emulate all the floating point instructions"
452452
help
453453
Select this option will enable the kernel to support to emulate
@@ -1250,7 +1250,7 @@ config PHYSICAL_START
12501250
default "0x00000000"
12511251
endif
12521252

1253-
config ARCH_RANDOM
1253+
config ARCH_RANDOM
12541254
def_bool n
12551255

12561256
config PPC_LIB_RHEAP

0 commit comments

Comments
 (0)