[PATCH] powerpc: indent Kconfig depends continuation line

Randy Dunlap rdunlap at infradead.org
Fri Nov 29 09:15:20 AEDT 2019


From: Randy Dunlap <rdunlap at infradead.org>

Indent a Kconfig continuation line to improve readability.

Signed-off-by: Randy Dunlap <rdunlap at infradead.org>
Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org>
Cc: Paul Mackerras <paulus at samba.org>
Cc: Michael Ellerman <mpe at ellerman.id.au>
Cc: linuxppc-dev at lists.ozlabs.org
---
 arch/powerpc/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-54.orig/arch/powerpc/Kconfig
+++ lnx-54/arch/powerpc/Kconfig
@@ -468,7 +468,7 @@ config MPROFILE_KERNEL
 config HOTPLUG_CPU
 	bool "Support for enabling/disabling CPUs"
 	depends on SMP && (PPC_PSERIES || \
-	PPC_PMAC || PPC_POWERNV || FSL_SOC_BOOKE)
+		PPC_PMAC || PPC_POWERNV || FSL_SOC_BOOKE)
 	help
 	  Say Y here to be able to disable and re-enable individual
 	  CPUs at runtime on SMP machines.



More information about the Linuxppc-dev mailing list