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

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


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


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

mb/aopen: Get rid of whitespace before tab

Change-Id: I05d938add5aabe2557a5d915a54a920e7ba9f50f
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/mainboard/aopen/dxplplusu/acpi/i82801db.asl
M src/mainboard/aopen/dxplplusu/bus.h
M src/mainboard/aopen/dxplplusu/irq_tables.c
3 files changed, 10 insertions(+), 10 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/26608/1

diff --git a/src/mainboard/aopen/dxplplusu/acpi/i82801db.asl b/src/mainboard/aopen/dxplplusu/acpi/i82801db.asl
index 633007d..bd6b286 100644
--- a/src/mainboard/aopen/dxplplusu/acpi/i82801db.asl
+++ b/src/mainboard/aopen/dxplplusu/acpi/i82801db.asl
@@ -149,7 +149,7 @@
 	        })
 
 	        Method (_CRS, 0, NotSerialized)
-	      	{
+		{
 			Return (MSBG)
 		}
 	}
diff --git a/src/mainboard/aopen/dxplplusu/bus.h b/src/mainboard/aopen/dxplplusu/bus.h
index 965b8b7..12eef12 100644
--- a/src/mainboard/aopen/dxplplusu/bus.h
+++ b/src/mainboard/aopen/dxplplusu/bus.h
@@ -34,6 +34,6 @@
 #define IOAPIC_P64H2_BUS_B	3	/* IOAPIC 3 at 02:1c.0  MBAR = fe300000 DataAddr = fe300010 */
 #define IOAPIC_P64H2_BUS_A	4	/* IOAPIC 4 at 02:1e.0  MBAR = fe301000 DataAddr = fe301010 */
 
-#define INTEL_IOAPIC_NUM_INTERRUPTS 	24	/* Both ICH-4 and P64-H2 */
+#define INTEL_IOAPIC_NUM_INTERRUPTS	24	/* Both ICH-4 and P64-H2 */
 
 #endif
diff --git a/src/mainboard/aopen/dxplplusu/irq_tables.c b/src/mainboard/aopen/dxplplusu/irq_tables.c
index 8d9298b..66bf513 100644
--- a/src/mainboard/aopen/dxplplusu/irq_tables.c
+++ b/src/mainboard/aopen/dxplplusu/irq_tables.c
@@ -32,14 +32,14 @@
 	PIRQ_SIGNATURE,
 	PIRQ_VERSION,
 	32 + 16 * CONFIG_IRQ_SLOT_COUNT,		/* Size of this struct in bytes */
-	0,			 			/* PCI bus number on which the interrupt router resides */
-	PCI_DEVFN(31, 0),   				/* PCI device/function number of the interrupt router */
-	0,		 				/* PCI-exclusive IRQ bitmap */
+	0,						/* PCI bus number on which the interrupt router resides */
+	PCI_DEVFN(31, 0),				/* PCI device/function number of the interrupt router */
+	0,						/* PCI-exclusive IRQ bitmap */
 	PCI_VENDOR_ID_INTEL,				/* Vendor ID of compatible PCI interrupt router */
 	PCI_DEVICE_ID_INTEL_82801DB_LPC,		/* Device ID of compatible PCI interrupt router */
-	0,		 				/* Additional miniport information */
-	{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 		/* Reserved, must be zero */
-	0xB1,      					/* Checksum of the entire structure (causes 8-bit sum == 0) */
+	0,						/* Additional miniport information */
+	{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },		/* Reserved, must be zero */
+	0xB1,					/* Checksum of the entire structure (causes 8-bit sum == 0) */
 	{
 		/* NOTE: For 82801, a nonzero link value is a pointer to a PIRQ[n]_ROUT register in PCI configuration space */
 		/*		 This was determined from linux-2.6.11/arch/i386/pci/irq.c */
@@ -47,8 +47,8 @@
 		/* ICH-3 doesn't allow SERIRQ or PCI message to generate IRQ0, IRQ2, IRQ8, or IRQ13 */
 		/* Not sure why IRQ9 isn't routable (inherited from Tyan S2735) */
 
-		/*				   	  INTA#              INTB#	      INTC#             INTD# */
-		/*  bus,		device #  	  {link  , bitmap}, {link  , bitmap}, {link  , bitmap}, {link  , bitmap},  slot, rfu */
+		/*					  INTA#              INTB#	      INTC#             INTD# */
+		/*  bus,		device #	  {link  , bitmap}, {link  , bitmap}, {link  , bitmap}, {link  , bitmap},  slot, rfu */
 
 		{PCI_BUS_ROOT,		PCI_DEVFN(31, 0), {{PIRQ_C, 0xdcf8}, {PIRQ_B, 0xdcf8}, UNUSED_INTERRUPT, UNUSED_INTERRUPT},   0, 0},	/* IDE / SMBus */
 		{PCI_BUS_ROOT,		PCI_DEVFN(29, 0), {{PIRQ_A, 0xdcf8}, {PIRQ_D, 0xdcf8}, {PIRQ_C, 0xdcf8}, {PIRQ_H, 0xdcf8}},   0, 0},	/* USB 1.1 */

-- 
To view, visit https://review.coreboot.org/26608
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: I05d938add5aabe2557a5d915a54a920e7ba9f50f
Gerrit-Change-Number: 26608
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/3487f0a1/attachment-0001.html>


More information about the coreboot-gerrit mailing list