[coreboot] New patch to review for coreboot: 68e6803 ASRock 939A785GMH: Align comments in header of DSDT with tabs

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Mon Feb 4 12:22:22 CET 2013


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2275

-gerrit

commit 68e680352716693a530c3d4c7545b91665fcdd4e
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Mon Feb 4 12:05:46 2013 +0100

    ASRock 939A785GMH: Align comments in header of DSDT with tabs
    
    Change-Id: Ie64c231188310c4248ad0aaf9cdfcea12666bf2f
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/mainboard/asrock/939a785gmh/dsdt.asl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mainboard/asrock/939a785gmh/dsdt.asl b/src/mainboard/asrock/939a785gmh/dsdt.asl
index da4d06a..a2df0a0 100644
--- a/src/mainboard/asrock/939a785gmh/dsdt.asl
+++ b/src/mainboard/asrock/939a785gmh/dsdt.asl
@@ -19,11 +19,11 @@
 
 /* DefinitionBlock Statement */
 DefinitionBlock (
-	"DSDT.AML",           /* Output filename */
-	"DSDT",                 /* Signature */
+	"DSDT.AML",	/* Output filename */
+	"DSDT",		/* Signature */
 	0x02,		/* DSDT Revision, needs to be 2 for 64bit */
-	"ASROCK",               /* OEMID */
-	"939A785GM",     /* TABLE ID */
+	"ASROCK",	/* OEMID */
+	"939A785GM",	/* TABLE ID */
 	0x00010001	/* OEM Revision */
 	)
 {	/* Start of ASL file */



More information about the coreboot mailing list