Commit 759fb100 authored by Andrew Donnellan's avatar Andrew Donnellan Committed by Michael Ellerman
Browse files

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: default avatarAndrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 57a90390
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -64,17 +64,17 @@ config PPC_EMULATED_STATS
	  emulated.
	  emulated.


config CODE_PATCHING_SELFTEST
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
	depends on DEBUG_KERNEL
	default n
	default n


config FTR_FIXUP_SELFTEST
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
	depends on DEBUG_KERNEL
	default n
	default n


config MSI_BITMAP_SELFTEST
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
	depends on DEBUG_KERNEL
	default n
	default n