summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-28 13:20:37 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-06-04 08:56:16 +0000
commitb088dc6ea8caae011d1fb9dffd4ebb93e4a2e1d2 (patch)
treea076555cc90617d75bbf321985c6651343495ab3
parenta854534d90b837793d1cdfabc1afd80ac29f5aba (diff)
downloadcoreboot-b088dc6ea8caae011d1fb9dffd4ebb93e4a2e1d2.tar.xz
mb/bachmann: Get rid of whitespace before tab
Change-Id: I2022100f7d1d7b7f2667e45efc8cea074b424b65 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26612 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
-rw-r--r--src/mainboard/bachmann/ot200/irq_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/bachmann/ot200/irq_tables.c b/src/mainboard/bachmann/ot200/irq_tables.c
index 69f072f6fa..541861300a 100644
--- a/src/mainboard/bachmann/ot200/irq_tables.c
+++ b/src/mainboard/bachmann/ot200/irq_tables.c
@@ -45,7 +45,7 @@ static const struct irq_routing_table intel_irq_routing_table = {
0x100b, /* Vendor */
0x2b, /* Device */
0, /* Miniport */
- { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, /* u8 rfu[11] */
+ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, /* u8 rfu[11] */
0x20, /* Checksum (has to be set to some value that
* would give 0 after the sum of all bytes
* for this structure (including checksum).