[coreboot-gerrit] Change in coreboot[master]: Kconfig: Indent help text

Martin Roth (Code Review) gerrit at coreboot.org
Wed May 24 03:43:56 CEST 2017


Martin Roth has uploaded a new change for review. ( https://review.coreboot.org/19850 )

Change subject: Kconfig: Indent help text
......................................................................

Kconfig: Indent help text

These Kconfig files had help text that was not indented further than
the 'help' keyword.

Change-Id: Ia9fdb22c0f5f0cec0c9d08aa6603b4ce8d60d9a3
Signed-off-by: Martin Roth <martinroth at google.com>
---
M src/drivers/sil/3114/Kconfig
M src/ec/acpi/Kconfig
M src/ec/compal/ene932/Kconfig
M src/ec/quanta/ene_kb3940q/Kconfig
M src/ec/quanta/it8518/Kconfig
M src/ec/smsc/mec1308/Kconfig
6 files changed, 7 insertions(+), 7 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/19850/1

diff --git a/src/drivers/sil/3114/Kconfig b/src/drivers/sil/3114/Kconfig
index 151636c..ca7d379 100644
--- a/src/drivers/sil/3114/Kconfig
+++ b/src/drivers/sil/3114/Kconfig
@@ -3,5 +3,5 @@
 	default n
 	depends on PCI
 	help
-	It sets PCI class to IDE compatible native mode, allowing
-	SeaBIOS, FILO etc... to boot from it.
+	  It sets PCI class to IDE compatible native mode, allowing
+	  SeaBIOS, FILO etc... to boot from it.
diff --git a/src/ec/acpi/Kconfig b/src/ec/acpi/Kconfig
index 642f178..3081a86 100644
--- a/src/ec/acpi/Kconfig
+++ b/src/ec/acpi/Kconfig
@@ -1,4 +1,4 @@
 config EC_ACPI
 	bool
 	help
-	ACPI Embedded Controller interface. Mostly found in laptops.
+	  ACPI Embedded Controller interface. Mostly found in laptops.
diff --git a/src/ec/compal/ene932/Kconfig b/src/ec/compal/ene932/Kconfig
index 47e4b7b..a493aac 100644
--- a/src/ec/compal/ene932/Kconfig
+++ b/src/ec/compal/ene932/Kconfig
@@ -1,4 +1,4 @@
 config EC_COMPAL_ENE932
 	bool
 	help
-	Interface to COMPAL ENE932 Embedded Controller.
+	  Interface to COMPAL ENE932 Embedded Controller.
diff --git a/src/ec/quanta/ene_kb3940q/Kconfig b/src/ec/quanta/ene_kb3940q/Kconfig
index 4258948..9f2ddcf 100644
--- a/src/ec/quanta/ene_kb3940q/Kconfig
+++ b/src/ec/quanta/ene_kb3940q/Kconfig
@@ -1,4 +1,4 @@
 config EC_QUANTA_ENE_KB3940Q
 	bool
 	help
-	Interface to QUANTA ENE KB3940Q Embedded Controller.
+	  Interface to QUANTA ENE KB3940Q Embedded Controller.
diff --git a/src/ec/quanta/it8518/Kconfig b/src/ec/quanta/it8518/Kconfig
index 477e085..24ac36f 100644
--- a/src/ec/quanta/it8518/Kconfig
+++ b/src/ec/quanta/it8518/Kconfig
@@ -1,4 +1,4 @@
 config EC_QUANTA_IT8518
 	bool
 	help
-	Interface to QUANTA IT8518 Embedded Controller.
+	  Interface to QUANTA IT8518 Embedded Controller.
diff --git a/src/ec/smsc/mec1308/Kconfig b/src/ec/smsc/mec1308/Kconfig
index 0a0b04a..15c6334 100644
--- a/src/ec/smsc/mec1308/Kconfig
+++ b/src/ec/smsc/mec1308/Kconfig
@@ -1,4 +1,4 @@
 config EC_SMSC_MEC1308
 	bool
 	help
-	Shared memory mailbox interface to SMSC MEC1308 Embedded Controller.
+	  Shared memory mailbox interface to SMSC MEC1308 Embedded Controller.

-- 
To view, visit https://review.coreboot.org/19850
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia9fdb22c0f5f0cec0c9d08aa6603b4ce8d60d9a3
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Martin Roth <martinroth at google.com>



More information about the coreboot-gerrit mailing list