[coreboot-gerrit] New patch to review for coreboot: 3599244 Fix Kconfig whitespace.

Martin Roth (gaumless@gmail.com) gerrit at coreboot.org
Sat Jun 6 05:55:41 CEST 2015


Martin Roth (gaumless at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10438

-gerrit

commit 359924449c44e8612404aaf7fd19247b482d3ea9
Author: Martin Roth <gaumless at gmail.com>
Date:   Fri Jun 5 21:03:42 2015 -0600

    Fix Kconfig whitespace.
    
    All other Kconfig locations start with tabs.
    
    Change-Id: I0ee5f0b0b82f85c8ae58b3626f142f159554efb3
    Signed-off-by: Martin Roth <gaumless at gmail.com>
---
 src/drivers/pc80/tpm/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/drivers/pc80/tpm/Kconfig b/src/drivers/pc80/tpm/Kconfig
index 1483871..f6a7948 100644
--- a/src/drivers/pc80/tpm/Kconfig
+++ b/src/drivers/pc80/tpm/Kconfig
@@ -1,8 +1,8 @@
 config MAINBOARD_HAS_LPC_TPM
-       bool
-       default n
-       help
-         Board has TPM support
+	bool
+	default n
+	help
+	  Board has TPM support
 
 config LPC_TPM
 	bool "Enable TPM support"



More information about the coreboot-gerrit mailing list