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

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


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


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

mb/via: Get rid of whitespace before tab

Change-Id: I490091e7dec5a46040e8ba7cd5cd6c244b017e30
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/mainboard/via/epia-m700/wakeup.c
M src/mainboard/via/epia-m850/devicetree.cb
2 files changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/26640/1

diff --git a/src/mainboard/via/epia-m700/wakeup.c b/src/mainboard/via/epia-m700/wakeup.c
index f4c2d85..1d38db5 100644
--- a/src/mainboard/via/epia-m700/wakeup.c
+++ b/src/mainboard/via/epia-m700/wakeup.c
@@ -246,7 +246,7 @@
 
 	/* dest = 0xf0000; */
 	/* for (i = 0; i < 0x10000; i++) */
-	/* 	dest[i] = src[i]; */
+	/*	dest[i] = src[i]; */
 	__asm__ volatile (
 		"movl %0, %%esi\n\t"
 		"movl %1, %%edi\n\t"
@@ -261,7 +261,7 @@
 			- 0x100000 + 0xf0000);
 	/* dest = 0xf0000; */
 	/* for (i = 0; i < 0x10000; i++) */
-	/* 	dest[i] = src[i]; */
+	/*	dest[i] = src[i]; */
 	__asm__ volatile (
 		"movl %0, %%esi\n\t"
 		"movl $0xf0000, %%edi\n\t"
@@ -432,7 +432,7 @@
 		empty_8042();
 
 		// if (a20_test_short())
-		// 	return 0; /* BIOS worked, but with delayed reaction */
+		//	return 0; /* BIOS worked, but with delayed reaction */
 
 		enable_a20_kbc();
 		if (a20_test_long())
diff --git a/src/mainboard/via/epia-m850/devicetree.cb b/src/mainboard/via/epia-m850/devicetree.cb
index d2e4187..4dc7c27 100644
--- a/src/mainboard/via/epia-m850/devicetree.cb
+++ b/src/mainboard/via/epia-m850/devicetree.cb
@@ -30,7 +30,7 @@
 		device pci 0.2  on end		# [2410] CPU Bus Control
 		device pci 0.3  on end		# [3410] DRAM Bus Control
 		device pci 0.4  on end		# [4410] Power Management
-		device pci 0.5  on 		# [5410] APIC+Traffic Control
+		device pci 0.5  on		# [5410] APIC+Traffic Control
 			chip drivers/generic/ioapic
 				register "have_isa_interrupts" = "0"
 				register "irq_on_fsb" = "1"

-- 
To view, visit https://review.coreboot.org/26640
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: I490091e7dec5a46040e8ba7cd5cd6c244b017e30
Gerrit-Change-Number: 26640
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/d9d68cfd/attachment-0001.html>


More information about the coreboot-gerrit mailing list