[PATCH 1/2] powerpc: Kconfig: Replace tabs with whitespaces

From: Juerg Haefliger
Date: Thu May 26 2022 - 02:57:52 EST


Replace tabs after keywords with whitespaces to be consistent.

Signed-off-by: Juerg Haefliger <juerg.haefliger@xxxxxxxxxxxxx>
---
arch/powerpc/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 174edabb74fa..b4acaa77837a 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -11,7 +11,7 @@ config 64BIT

config LIVEPATCH_64
def_bool PPC64
- depends on LIVEPATCH
+ depends on LIVEPATCH

config MMU
bool
@@ -446,7 +446,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
@@ -1235,7 +1235,7 @@ config PHYSICAL_START
default "0x00000000"
endif

-config ARCH_RANDOM
+config ARCH_RANDOM
def_bool n

config PPC_LIB_RHEAP
--
2.32.0