]> git.karo-electronics.de Git - linux-beck.git/commitdiff
powerpc: Fix style of self-test config prompts
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>
Mon, 21 Dec 2015 06:38:41 +0000 (17:38 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 27 Dec 2015 08:12:40 +0000 (19:12 +1100)
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>
arch/powerpc/Kconfig.debug

index 3a510f4a6b68cfe56f711ed81d46fcf1b2e0ee72..77e2cefe47eb3b85047674b710d0e591d4d40e38 100644 (file)
@@ -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