[coreboot-gerrit] New patch to review for coreboot: Intel Skylake: Whitespace fixes in ACPI

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Thu Jul 30 09:07:49 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11077

-gerrit

commit bef0393db37028d0ad8766ad8735219225142b05
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Thu Jul 30 00:06:15 2015 -0700

    Intel Skylake: Whitespace fixes in ACPI
    
    Change-Id: If6df9ad35626669be8f7a2bf1fdf564663ba48c8
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 src/soc/intel/skylake/acpi/cpu.asl      | 2 +-
 src/soc/intel/skylake/acpi/serialio.asl | 4 ++--
 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 5856033..62127ef 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 203dbef..62b83e0 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)
-		} 
+		}
 	}
 }
 



More information about the coreboot-gerrit mailing list