From 1f02763050b6db076a13867771fd34d0ef65080e Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 17 Jul 2015 12:14:27 -0700 Subject: skylake: remove whitespace from ASL files Found by the commit hooks. Change-Id: I9baa90ca0111ddc9cb69cbb7dd17f63e8a98a04f Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/10965 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/soc/intel/skylake/acpi/serialio.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc/intel/skylake/acpi/serialio.asl') 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) - } + } } } -- cgit v1.2.3