aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/acpi/serialio.asl
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-07-17 12:14:27 -0700
committerPatrick Georgi <pgeorgi@google.com>2015-07-17 21:37:32 +0200
commit1f02763050b6db076a13867771fd34d0ef65080e (patch)
treeac2d6e8d71775db62f7d98dcfcbf87b9fcb16485 /src/soc/intel/skylake/acpi/serialio.asl
parent89b5fbd534fcd1ceab065d293c5a80cdec756675 (diff)
skylake: remove whitespace from ASL files
Found by the commit hooks. Change-Id: I9baa90ca0111ddc9cb69cbb7dd17f63e8a98a04f Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/10965 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/intel/skylake/acpi/serialio.asl')
-rw-r--r--src/soc/intel/skylake/acpi/serialio.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/skylake/acpi/serialio.asl b/src/soc/intel/skylake/acpi/serialio.asl
index 203dbef7c5..62b83e014b 100644
--- a/src/soc/intel/skylake/acpi/serialio.asl
+++ b/src/soc/intel/skylake/acpi/serialio.asl
@@ -43,7 +43,7 @@ Method (LPD0, 2, Serialized)
And (SPCS, 0xFFFFFFFC, SPCS)
/* Read back after writing */
- Store (SPCS, Local0)
+ Store (SPCS, Local0)
}
/* Put SerialIO device in D3 state */
@@ -688,7 +688,7 @@ Device (PEMC)
Method (_RMV, 0x0, NotSerialized)
{
Return (0)
- }
+ }
}
}