summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig.debug
diff options
context:
space:
mode:
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>2015-12-21 17:38:41 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2015-12-27 19:12:40 +1100
commit759fb100b22473bebc46a0f10ca1af5acd79439d (patch)
treebcd94955c4f0163483602b7b941dd5b92ce4e0b2 /arch/powerpc/Kconfig.debug
parent57a9039052aadf5833c40ab494d30d3755660a48 (diff)
downloadop-kernel-dev-759fb100b22473bebc46a0f10ca1af5acd79439d.zip
op-kernel-dev-759fb100b22473bebc46a0f10ca1af5acd79439d.tar.gz
powerpc: Fix style of self-test config prompts
A few of the config prompts for powerpc self-tests have periods at the end, which is inconsistent with the rest of the prompts. Remove the periods. Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/Kconfig.debug')
-rw-r--r--arch/powerpc/Kconfig.debug6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug
index 3a510f4..77e2cef 100644
--- a/arch/powerpc/Kconfig.debug
+++ b/arch/powerpc/Kconfig.debug
@@ -64,17 +64,17 @@ config PPC_EMULATED_STATS
emulated.
config CODE_PATCHING_SELFTEST
- bool "Run self-tests of the code-patching code."
+ bool "Run self-tests of the code-patching code"
depends on DEBUG_KERNEL
default n
config FTR_FIXUP_SELFTEST
- bool "Run self-tests of the feature-fixup code."
+ bool "Run self-tests of the feature-fixup code"
depends on DEBUG_KERNEL
default n
config MSI_BITMAP_SELFTEST
- bool "Run self-tests of the MSI bitmap code."
+ bool "Run self-tests of the MSI bitmap code"
depends on DEBUG_KERNEL
default n
OpenPOWER on IntegriCloud