From e46562016e261847f309a03d6f3cf6be8998efb6 Mon Sep 17 00:00:00 2001 From: Peter Mitsis Date: Mon, 27 Apr 2015 13:06:14 -0400 Subject: [PATCH] Cosmetic: Fixed leading spaces in kconf file Makes the leading spaces in the 'help' section of CPU_CLOCK_FREQ_MHZ consistent with that of other kconfig options. Change-Id: I5e6dcc710cb8e2099f986dc1ce2a4d72a4350466 Signed-off-by: Peter Mitsis --- make/target/kconfig/arch/x86/kernel-core.kconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/target/kconfig/arch/x86/kernel-core.kconf b/make/target/kconfig/arch/x86/kernel-core.kconf index fd1d4ab3fa1..0361be1a3bb 100644 --- a/make/target/kconfig/arch/x86/kernel-core.kconf +++ b/make/target/kconfig/arch/x86/kernel-core.kconf @@ -71,7 +71,7 @@ config CPU_CLOCK_FREQ_MHZ depends on BOOT_TIME_MEASUREMENT help This option specifies the CPU Clock Frequency in MHz in order to - convert Intel RDTSC timestamp to microseconds. + convert Intel RDTSC timestamp to microseconds. endmenu