summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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)
- }
+ }
}
}