Skip to content

Commit

Permalink
powerpc: Fix style of self-test config prompts
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Donnellan authored and Michael Ellerman committed Dec 27, 2015
1 parent 57a9039 commit 759fb10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/powerpc/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 759fb10

Please sign in to comment.