From d1ccfc37bb5a6061ad0d78161c447e9200916c7b Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Sun, 30 Sep 2018 01:44:45 +0530 Subject: soc/intel/skylake: Replace white space with tab This patch unified line indentation. Change-Id: Ife3396e36a0684490d9ed9b31b4c0a543a3e3d24 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/28801 Tested-by: build bot (Jenkins) Reviewed-by: Aamir Bohra --- src/soc/intel/skylake/acpi/pcie.asl | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src') 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)) - } + } } -- cgit v1.2.3