diff options
author | Randy Dunlap <[email protected]> | 2020-01-28 18:22:25 -0800 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2020-01-30 13:20:50 +1100 |
commit | 76be4414be4a0d17e29e2337167bf976533149cd (patch) | |
tree | 349a08d5142fa17bf588de182d17874e8aa8ce90 | |
parent | 58b278f568f0509497e2df7310bfd719156a60d1 (diff) |
powerpc: indent to improve Kconfig readability
Indent a Kconfig continuation line to improve readability.
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 62752c3bfabf..4e1a6e2f99e0 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. |