Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / mainboard / intel / d945gclf / acpi / platform.asl
index c672c7917cca05f805274133e00d6fe4a7710275..0a7930a3cc75cc640f24ade27ff0818d243264b6 100644 (file)
@@ -5,8 +5,7 @@
  *
  * 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.
+ * published by the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 /* The APM port can be used for generating software SMIs */
@@ -44,9 +42,9 @@ Method(TRAP, 1, Serialized)
        Return (SMIF)           // Return value of SMI handler
 }
 
-/* The _PIC method is called by the OS to choose between interrupt 
+/* The _PIC method is called by the OS to choose between interrupt
  * routing via the i8259 interrupt controller or the APIC.
- * 
+ *
  * _PIC is called with a parameter of 0 for i8259 configuration and
  * with a parameter of 1 for Local Apic/IOAPIC configuration.
  */
@@ -76,12 +74,12 @@ Method(_WAK,1)
        // Notify PCI Express slots in case a card
        // was inserted while a sleep state was active.
 
-       // Are we going to S3? 
+       // Are we going to S3?
        If (LEqual(Arg0, 3)) {
                // ..
        }
 
-       // Are we going to S4? 
+       // Are we going to S4?
        If (LEqual(Arg0, 4)) {
                // ..
        }