From: Randy Dunlap Date: Wed, 29 Jan 2020 02:22:25 +0000 (-0800) Subject: powerpc: indent to improve Kconfig readability X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=76be4414be4a0d17e29e2337167bf976533149cd;p=linux.git powerpc: indent to improve Kconfig readability Indent a Kconfig continuation line to improve readability. Signed-off-by: Randy Dunlap Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/ff8729c1-3a4b-c720-48ba-a1a42b0ef892@infradead.org --- diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 62752c3bfabff..4e1a6e2f99e05 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -483,7 +483,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.