diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-28 13:20:37 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-04 08:56:16 +0000 |
commit | b088dc6ea8caae011d1fb9dffd4ebb93e4a2e1d2 (patch) | |
tree | a076555cc90617d75bbf321985c6651343495ab3 /src/mainboard | |
parent | a854534d90b837793d1cdfabc1afd80ac29f5aba (diff) |
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>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/bachmann/ot200/irq_tables.c | 2 |
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). |