projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58b278f
)
powerpc: indent to improve Kconfig readability
author
Randy Dunlap
<rdunlap@infradead.org>
Wed, 29 Jan 2020 02:22:25 +0000
(18:22 -0800)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/Kconfig
b/arch/powerpc/Kconfig
index 62752c3bfabffe5ccc3de9860475719e2fa18763..4e1a6e2f99e0533fc7f353f379b75ab517b25d67 100644
(file)
--- 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.