From 4e01cfb6d5199b9061ec9df79446aab90553380f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 13 May 2013 23:06:34 +0200 Subject: [PATCH] cpu/intel/haswell/Kconfig: Intend help text with two spaces MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Commit »haswell: 24MHz monotonic time implementation« (c46cc6f1) [1] added the Kconfig variable `MONOTONIC_TIMER_MSR` with a help text, but only used one space instead of the suggested two spaces for indentation. So add one space. »Lines under a "config" definition are indented with one tab, while help text is indented an additional two spaces.« [2] [1] http://review.coreboot.org/3153 [2] https://www.kernel.org/doc/Documentation/CodingStyle (Chapter 10: Kconfig configuration files) Change-Id: I39cf356bfd54c66a2f1b837c6667dcc915e41f29 Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/3262 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/cpu/intel/haswell/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu/intel/haswell/Kconfig b/src/cpu/intel/haswell/Kconfig index 4c61b2d1da..c352e36868 100644 --- a/src/cpu/intel/haswell/Kconfig +++ b/src/cpu/intel/haswell/Kconfig @@ -61,6 +61,6 @@ config MONOTONIC_TIMER_MSR depends on INTEL_LYNXPOINT_LP select HAVE_MONOTONIC_TIMER help - Provide a monotonic timer using the 24MHz MSR counter. + Provide a monotonic timer using the 24MHz MSR counter. endif -- 2.11.4.GIT