powerpc: indent to improve Kconfig readability
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 29 Jan 2020 02:22:25 +0000 (18:22 -0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 30 Jan 2020 02:20:50 +0000 (13:20 +1100)
Indent a Kconfig continuation line to improve readability.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/ff8729c1-3a4b-c720-48ba-a1a42b0ef892@infradead.org
arch/powerpc/Kconfig

index 62752c3..4e1a6e2 100644 (file)
@@ -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.