Subrata Banik has uploaded this change for review.

View Change

soc/intel/skylake: Replace white space with tab

This patch unified line indentation.

Change-Id: Ife3396e36a0684490d9ed9b31b4c0a543a3e3d24
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
---
M src/soc/intel/skylake/acpi/pcie.asl
1 file changed, 16 insertions(+), 16 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/28801/1
diff --git a/src/soc/intel/skylake/acpi/pcie.asl b/src/soc/intel/skylake/acpi/pcie.asl
index 13b2dc1..84cb437 100644
--- a/src/soc/intel/skylake/acpi/pcie.asl
+++ b/src/soc/intel/skylake/acpi/pcie.asl
@@ -3,7 +3,7 @@
*
* Copyright (C) 2007-2009 coresystems GmbH
* Copyright (C) 2014 Google Inc.
- * Copyright (C) 2015 Intel Corporation.
+ * Copyright (C) 2015-2018 Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -249,7 +249,7 @@

Device (RP09)
{
- Name (_ADR, 0x001D0000)
+ Name (_ADR, 0x001D0000)

OperationRegion (RPCS, PCI_Config, 0x4c, 4)
Field (RPCS, AnyAcc, NoLock, Preserve)
@@ -258,15 +258,15 @@
RPPN, 8, /* Root Port Number */
}

- Method (_PRT)
- {
+ Method (_PRT)
+ {
Return (IRQM (RPPN))
- }
+ }
}

Device (RP10)
{
- Name (_ADR, 0x001D0001)
+ Name (_ADR, 0x001D0001)

OperationRegion (RPCS, PCI_Config, 0x4c, 4)
Field (RPCS, AnyAcc, NoLock, Preserve)
@@ -275,15 +275,15 @@
RPPN, 8, /* Root Port Number */
}

- Method (_PRT)
- {
+ Method (_PRT)
+ {
Return (IRQM (RPPN))
- }
+ }
}

Device (RP11)
{
- Name (_ADR, 0x001D0002)
+ Name (_ADR, 0x001D0002)

OperationRegion (RPCS, PCI_Config, 0x4c, 4)
Field (RPCS, AnyAcc, NoLock, Preserve)
@@ -292,10 +292,10 @@
RPPN, 8, /* Root Port Number */
}

- Method (_PRT)
- {
+ Method (_PRT)
+ {
Return (IRQM (RPPN))
- }
+ }
}

Device (RP12)
@@ -309,8 +309,8 @@
RPPN, 8, /* Root Port Number */
}

- Method (_PRT)
- {
+ Method (_PRT)
+ {
Return (IRQM (RPPN))
- }
+ }
}

To view, visit change 28801. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ife3396e36a0684490d9ed9b31b4c0a543a3e3d24
Gerrit-Change-Number: 28801
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subrata.banik@intel.com>