]> git.baikalelectronics.ru Git - kernel.git/commitdiff
powerpc: Kconfig: Replace tabs with whitespaces
authorJuerg Haefliger <juerg.haefliger@canonical.com>
Thu, 26 May 2022 06:57:36 +0000 (08:57 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 29 Jun 2022 09:43:15 +0000 (19:43 +1000)
Replace tabs after keywords with whitespaces to be consistent.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220526065737.86370-2-juerg.haefliger@canonical.com
arch/powerpc/Kconfig

index 92e0cad7752df23a763ef31684bda91e5027b772..02d040d1af8505e5658553f761732e6d13a4ae49 100644 (file)
@@ -11,7 +11,7 @@ config 64BIT
 
 config LIVEPATCH_64
        def_bool PPC64
-       depends on LIVEPATCH
+       depends on LIVEPATCH
 
 config MMU
        bool
@@ -447,7 +447,7 @@ choice
        default MATH_EMULATION_FULL
        depends on MATH_EMULATION
 
-config MATH_EMULATION_FULL
+config MATH_EMULATION_FULL
        bool "Emulate all the floating point instructions"
        help
          Select this option will enable the kernel to support to emulate
@@ -1250,7 +1250,7 @@ config PHYSICAL_START
        default "0x00000000"
 endif
 
-config ARCH_RANDOM
+config ARCH_RANDOM
        def_bool n
 
 config PPC_LIB_RHEAP