summaryrefslogtreecommitdiff
path: root/src/soc
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
parent89b5fbd534fcd1ceab065d293c5a80cdec756675 (diff)
downloadcoreboot-1f02763050b6db076a13867771fd34d0ef65080e.tar.xz
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')
-rw-r--r--src/soc/intel/skylake/acpi/cpu.asl2
-rw-r--r--src/soc/intel/skylake/acpi/serialio.asl4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/intel/skylake/acpi/cpu.asl b/src/soc/intel/skylake/acpi/cpu.asl
index 5856033862..62127ef5e3 100644
--- a/src/soc/intel/skylake/acpi/cpu.asl
+++ b/src/soc/intel/skylake/acpi/cpu.asl
@@ -2,7 +2,7 @@
* This file is part of the coreboot project.
*
* Copyright (C) 2014 Google Inc.
- *
+ *
* 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
* the Free Software Foundation; version 2 of the License.
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)
- }
+ }
}
}