diff options
author | Subrata Banik <subrata.banik@intel.com> | 2018-09-30 01:44:45 +0530 |
---|---|---|
committer | Subrata Banik <subrata.banik@intel.com> | 2018-10-02 05:09:14 +0000 |
commit | d1ccfc37bb5a6061ad0d78161c447e9200916c7b (patch) | |
tree | b50c237c718bdb5877d9f6ae0720e28335b08efc /src/soc/intel/skylake/acpi | |
parent | 4530af217aa926fecf3c3d358d60212e0e953695 (diff) |
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>
Reviewed-on: https://review.coreboot.org/28801
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aamir Bohra <aamir.bohra@intel.com>
Diffstat (limited to 'src/soc/intel/skylake/acpi')
-rw-r--r-- | src/soc/intel/skylake/acpi/pcie.asl | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/soc/intel/skylake/acpi/pcie.asl b/src/soc/intel/skylake/acpi/pcie.asl index 13b2dc112c..84cb4370b6 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 (RP08) Device (RP09) { - Name (_ADR, 0x001D0000) + Name (_ADR, 0x001D0000) OperationRegion (RPCS, PCI_Config, 0x4c, 4) Field (RPCS, AnyAcc, NoLock, Preserve) @@ -258,15 +258,15 @@ Device (RP09) 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 @@ Device (RP10) 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 @@ Device (RP11) RPPN, 8, /* Root Port Number */ } - Method (_PRT) - { + Method (_PRT) + { Return (IRQM (RPPN)) - } + } } Device (RP12) @@ -309,8 +309,8 @@ Device (RP12) RPPN, 8, /* Root Port Number */ } - Method (_PRT) - { + Method (_PRT) + { Return (IRQM (RPPN)) - } + } } |