summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-03-31 21:55:16 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-04-09 14:51:41 +0000
commita895c32242836c4a6da6c3bbceefc102fdc77636 (patch)
tree7266a9cb708343d511675ae0a7bd62e824392452 /src
parentaf0f410c702bf3468ca9be0a4ea8e21c4f7a67d6 (diff)
downloadcoreboot-a895c32242836c4a6da6c3bbceefc102fdc77636.tar.xz
soc/intel: Remove unneeded whitespaces
Change-Id: Ib156ebede1ee24a1c7bd20d01792ec80cba8f37d Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39991 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/cannonlake/acpi/lpit.asl2
-rw-r--r--src/soc/intel/common/acpi/platform.asl2
-rw-r--r--src/soc/intel/xeon_sp/skx/acpi/uncore_irq.asl2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/intel/cannonlake/acpi/lpit.asl b/src/soc/intel/cannonlake/acpi/lpit.asl
index 6ae4975ee1..0d2d9c39f0 100644
--- a/src/soc/intel/cannonlake/acpi/lpit.asl
+++ b/src/soc/intel/cannonlake/acpi/lpit.asl
@@ -78,7 +78,7 @@ scope(\_SB)
/*
* Save the current PM bits then
* enable GPIO PM with MISCCFG_ENABLE_GPIO_PM_CONFIG
- */
+ */
If (CondRefOf (\_SB.PCI0.EGPM))
{
\_SB.PCI0.EGPM ()
diff --git a/src/soc/intel/common/acpi/platform.asl b/src/soc/intel/common/acpi/platform.asl
index 6ec2ac9fe3..338e681db1 100644
--- a/src/soc/intel/common/acpi/platform.asl
+++ b/src/soc/intel/common/acpi/platform.asl
@@ -32,7 +32,7 @@ Method (_PTS, 1)
/*
* Save the current PM bits then
* enable GPIO PM with MISCCFG_ENABLE_GPIO_PM_CONFIG
- */
+ */
If (CondRefOf (\_SB.PCI0.EGPM))
{
\_SB.PCI0.EGPM ()
diff --git a/src/soc/intel/xeon_sp/skx/acpi/uncore_irq.asl b/src/soc/intel/xeon_sp/skx/acpi/uncore_irq.asl
index b3278f529c..ede2208f0d 100644
--- a/src/soc/intel/xeon_sp/skx/acpi/uncore_irq.asl
+++ b/src/soc/intel/xeon_sp/skx/acpi/uncore_irq.asl
@@ -19,7 +19,7 @@
* The mapping fields ae Address, Pin, Source, Source Index.
*/
-#define GEN_PCIE_LEGACY_IRQ() \
+#define GEN_PCIE_LEGACY_IRQ() \
Package (0x04) { 0x0000FFFF, 0x00, LNKA, 0x00 }, \
Package (0x04) { 0x0001FFFF, 0x00, LNKA, 0x00 }, \
Package (0x04) { 0x0002FFFF, 0x00, LNKA, 0x00 }, \