diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-28 13:26:57 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-04 08:59:15 +0000 |
commit | 39a18093494eeab31f2d1b6eedff86b19accdf5c (patch) | |
tree | 1c62d7d1498ddf6c27f01f3d6826956f263042b9 | |
parent | 35e106ce7ea483e50d76bc25ddd1c8b160d5df92 (diff) | |
download | coreboot-39a18093494eeab31f2d1b6eedff86b19accdf5c.tar.xz |
mb/foxconn: Get rid of whitespace before tab
Change-Id: I0a4b7d774db1b2b486f44bd7363555c15d464484
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26618
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
-rw-r--r-- | src/mainboard/foxconn/g41s-k/acpi/x4x_pci_irqs.asl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/foxconn/g41s-k/acpi/x4x_pci_irqs.asl b/src/mainboard/foxconn/g41s-k/acpi/x4x_pci_irqs.asl index 8c8afcb9b5..bb48e88efe 100644 --- a/src/mainboard/foxconn/g41s-k/acpi/x4x_pci_irqs.asl +++ b/src/mainboard/foxconn/g41s-k/acpi/x4x_pci_irqs.asl @@ -21,12 +21,12 @@ Method(_PRT) { If (PICM) { Return (Package() { - /* PEG 0:01.0 */ + /* PEG 0:01.0 */ Package() { 0x0001ffff, 0, 0, 0x10 }, Package() { 0x0001ffff, 1, 0, 0x11 }, Package() { 0x0001ffff, 2, 0, 0x12 }, Package() { 0x0001ffff, 3, 0, 0x13 }, - /* Internal GFX 0:02.0 */ + /* Internal GFX 0:02.0 */ Package() { 0x0002ffff, 0, 0, 0x10 }, /* High Definition Audio 0:1b.0 */ Package() { 0x001bffff, 0, 0, 0x10 }, @@ -49,12 +49,12 @@ Method(_PRT) }) } Else { Return (Package() { - /* PEG 0:01.0 */ + /* PEG 0:01.0 */ Package() { 0x0001ffff, 0, \_SB.PCI0.LPCB.LNKA, 0 }, Package() { 0x0001ffff, 1, \_SB.PCI0.LPCB.LNKB, 0 }, Package() { 0x0001ffff, 2, \_SB.PCI0.LPCB.LNKC, 0 }, Package() { 0x0001ffff, 3, \_SB.PCI0.LPCB.LNKD, 0 }, - /* Internal GFX 0:02.0 */ + /* Internal GFX 0:02.0 */ Package() { 0x0002ffff, 0, \_SB.PCI0.LPCB.LNKA, 0 }, /* High Definition Audio 0:1b.0 */ Package() { 0x001bffff, 0, \_SB.PCI0.LPCB.LNKA, 0 }, |