[coreboot-gerrit] Change in coreboot[master]: mb/bap: Get rid of whitespace before tab

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Mon May 28 13:34:13 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26613


Change subject: mb/bap: Get rid of whitespace before tab
......................................................................

mb/bap: Get rid of whitespace before tab

Change-Id: I8999f1603014b558a9efd3823614020ba0ecce82
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/mainboard/bap/ode_e20XX/acpi/gpe.asl
M src/mainboard/bap/ode_e20XX/devicetree.cb
M src/mainboard/bap/ode_e20XX/dsdt.asl
M src/mainboard/bap/ode_e21XX/acpi/gpe.asl
M src/mainboard/bap/ode_e21XX/devicetree.cb
M src/mainboard/bap/ode_e21XX/dsdt.asl
6 files changed, 6 insertions(+), 6 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/26613/1

diff --git a/src/mainboard/bap/ode_e20XX/acpi/gpe.asl b/src/mainboard/bap/ode_e20XX/acpi/gpe.asl
index 9a84698..87b0d21 100644
--- a/src/mainboard/bap/ode_e20XX/acpi/gpe.asl
+++ b/src/mainboard/bap/ode_e20XX/acpi/gpe.asl
@@ -71,4 +71,4 @@
 		Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */
 		Notify(\_SB.PWRB, 0x02) /* NOTIFY_DEVICE_WAKE */
 	}
-} 	/* End Scope GPE */
+}	/* End Scope GPE */
diff --git a/src/mainboard/bap/ode_e20XX/devicetree.cb b/src/mainboard/bap/ode_e20XX/devicetree.cb
index 959912e..c2e428d 100644
--- a/src/mainboard/bap/ode_e20XX/devicetree.cb
+++ b/src/mainboard/bap/ode_e20XX/devicetree.cb
@@ -43,7 +43,7 @@
 				device pci 13.2 on  end # USB
 				device pci 14.0 on  end # SM
 				device pci 14.2 on  end # HDA	0x4383
-				device pci 14.3 on 	# LPC	0x439d
+				device pci 14.3 on	# LPC	0x439d
 					chip superio/fintek/f81866d
 						register "hwm_amd_tsi_addr" = "0x98"	# Set to AMD
 						register "hwm_amd_tsi_control" = "0x02"	# Set to AMD
diff --git a/src/mainboard/bap/ode_e20XX/dsdt.asl b/src/mainboard/bap/ode_e20XX/dsdt.asl
index e709989..e2d0208 100644
--- a/src/mainboard/bap/ode_e20XX/dsdt.asl
+++ b/src/mainboard/bap/ode_e20XX/dsdt.asl
@@ -46,7 +46,7 @@
 
 	/* System Bus */
 	Scope(\_SB) { /* Start \_SB scope */
-	 	/* global utility methods expected within the \_SB scope */
+		/* global utility methods expected within the \_SB scope */
 		#include <arch/x86/acpi/globutil.asl>
 
 		/* Describe IRQ Routing mapping for this platform (within the \_SB scope) */
diff --git a/src/mainboard/bap/ode_e21XX/acpi/gpe.asl b/src/mainboard/bap/ode_e21XX/acpi/gpe.asl
index 9a84698..87b0d21 100644
--- a/src/mainboard/bap/ode_e21XX/acpi/gpe.asl
+++ b/src/mainboard/bap/ode_e21XX/acpi/gpe.asl
@@ -71,4 +71,4 @@
 		Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */
 		Notify(\_SB.PWRB, 0x02) /* NOTIFY_DEVICE_WAKE */
 	}
-} 	/* End Scope GPE */
+}	/* End Scope GPE */
diff --git a/src/mainboard/bap/ode_e21XX/devicetree.cb b/src/mainboard/bap/ode_e21XX/devicetree.cb
index 1a900c0..04b0932 100644
--- a/src/mainboard/bap/ode_e21XX/devicetree.cb
+++ b/src/mainboard/bap/ode_e21XX/devicetree.cb
@@ -43,7 +43,7 @@
 				device pci 13.0 on  end # EHCI #1
 				device pci 14.0 on  end # SMBus
 				device pci 14.2 on  end # HDA	0x4383
-				device pci 14.3 on 	# LPC	0x439d
+				device pci 14.3 on	# LPC	0x439d
 					chip superio/fintek/f81866d
 						register "hwm_amd_tsi_addr" = "0x98"	# Set to AMD
 						register "hwm_amd_tsi_control" = "0x02"	# Set to AMD
diff --git a/src/mainboard/bap/ode_e21XX/dsdt.asl b/src/mainboard/bap/ode_e21XX/dsdt.asl
index 306be9f..d547afd 100644
--- a/src/mainboard/bap/ode_e21XX/dsdt.asl
+++ b/src/mainboard/bap/ode_e21XX/dsdt.asl
@@ -46,7 +46,7 @@
 
 	/* System Bus */
 	Scope(\_SB) { /* Start \_SB scope */
-	 	/* global utility methods expected within the \_SB scope */
+		/* global utility methods expected within the \_SB scope */
 		#include <arch/x86/acpi/globutil.asl>
 
 		/* Describe IRQ Routing mapping for this platform (within the \_SB scope) */

-- 
To view, visit https://review.coreboot.org/26613
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8999f1603014b558a9efd3823614020ba0ecce82
Gerrit-Change-Number: 26613
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180528/3c8a4b77/attachment-0001.html>


More information about the coreboot-gerrit mailing list