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

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


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


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

mb/getac: Get rid of whitespace before tab

Change-Id: Ib7068f381971d1270b22cb03937f1e7fa30acb46
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/mainboard/getac/p470/acpi/ec.asl
M src/mainboard/getac/p470/devicetree.cb
M src/mainboard/getac/p470/ec_oem.h
3 files changed, 13 insertions(+), 13 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/26619/1

diff --git a/src/mainboard/getac/p470/acpi/ec.asl b/src/mainboard/getac/p470/acpi/ec.asl
index 3c6cecf..6783289 100644
--- a/src/mainboard/getac/p470/acpi/ec.asl
+++ b/src/mainboard/getac/p470/acpi/ec.asl
@@ -26,7 +26,7 @@
 	{
 		MODE,	  1,	// Thermal Policy (Quiet/Perform)
 		FAN,	  1,	// Fan Power (On/Off)
-		LIDS, 	  1,	// LID Status (0=Open/1=Close)
+		LIDS,	  1,	// LID Status (0=Open/1=Close)
 		LSW0,	  1,	// LCD Power Switch
 
 		BTYP,	  1,	// Battery Type (0=LiIon/1=NiMh)
diff --git a/src/mainboard/getac/p470/devicetree.cb b/src/mainboard/getac/p470/devicetree.cb
index 415d9a3..6d1f132 100644
--- a/src/mainboard/getac/p470/devicetree.cb
+++ b/src/mainboard/getac/p470/devicetree.cb
@@ -63,19 +63,19 @@
 			register "docking_supported" = "1"
 			register "p_cnt_throttling_supported" = "1"
 
-                	device pci 1b.0 on end # High Definition Audio
-                	device pci 1c.0 on end # PCIe port 1
-                	device pci 1c.1 on end # PCIe port 2
-                	device pci 1c.2 on end # PCIe port 3
+	device pci 1b.0 on end # High Definition Audio
+	device pci 1c.0 on end # PCIe port 1
+	device pci 1c.1 on end # PCIe port 2
+	device pci 1c.2 on end # PCIe port 3
 			device pci 1c.3 on end # PCIe port 4
 			#device pci 1c.4 off end # PCIe port 5
 			#device pci 1c.5 off end # PCIe port 6
-                	device pci 1d.0 on end # USB UHCI
-                	device pci 1d.1 on end # USB UHCI
-                	device pci 1d.2 on end # USB UHCI
-                	device pci 1d.3 on end # USB UHCI
-                	device pci 1d.7 on end # USB2 EHCI
-                	device pci 1e.0 on
+	device pci 1d.0 on end # USB UHCI
+	device pci 1d.1 on end # USB UHCI
+	device pci 1d.2 on end # USB UHCI
+	device pci 1d.3 on end # USB UHCI
+	device pci 1d.7 on end # USB2 EHCI
+	device pci 1e.0 on
 				chip southbridge/ti/pcixx12
 
 				end
diff --git a/src/mainboard/getac/p470/ec_oem.h b/src/mainboard/getac/p470/ec_oem.h
index 38fb7bd..5d56107 100644
--- a/src/mainboard/getac/p470/ec_oem.h
+++ b/src/mainboard/getac/p470/ec_oem.h
@@ -32,8 +32,8 @@
 #define   RD_EC		0x80 // Read Embedded Controller
 #define   WR_EC		0x81 // Write Embedded Controller
 #define   BE_EC		0x82 // Burst Enable Embedded Controller
-#define   BD_EC 	0x83 // Burst Disable Embedded Controller
-#define   QR_EC 	0x84 // Query Embedded Controller
+#define   BD_EC	0x83 // Burst Disable Embedded Controller
+#define   QR_EC	0x84 // Query Embedded Controller
 
 int send_ec_oem_command(u8 command);
 int send_ec_oem_data(u8 data);

-- 
To view, visit https://review.coreboot.org/26619
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: Ib7068f381971d1270b22cb03937f1e7fa30acb46
Gerrit-Change-Number: 26619
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/0383ea99/attachment-0001.html>


More information about the coreboot-gerrit mailing list