New patch to review for coreboot: 8385a50 ASRock 939A785GMH: Align comments of DSDT’s `IndexField`

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/2276

-gerrit

commit 8385a507102e2ee2a5dd2b821026830711dfc294
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Mon Feb 4 10:46:33 2013 +0100

    ASRock 939A785GMH: Align comments of DSDT’s `IndexField`
    
    Remove superfluous spaces and use tabulators.
    
    Change-Id: Ic8b32b10c4e287a058a395e54214b9923ee48bdd
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/mainboard/asrock/939a785gmh/dsdt.asl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mainboard/asrock/939a785gmh/dsdt.asl b/src/mainboard/asrock/939a785gmh/dsdt.asl
index a2df0a0..a7c863f 100644
--- a/src/mainboard/asrock/939a785gmh/dsdt.asl
+++ b/src/mainboard/asrock/939a785gmh/dsdt.asl
@@ -43,13 +43,13 @@ DefinitionBlock (
 		PRQD, 0x00000008,  /* Offset: 1h */
 	}
 	IndexField(PRQI, PRQD, ByteAcc, NoLock, Preserve) {
-		PINA, 0x00000008,	/* Index 0  */
+		PINA, 0x00000008,	/* Index 0 */
 		PINB, 0x00000008,	/* Index 1 */
 		PINC, 0x00000008,	/* Index 2 */
 		PIND, 0x00000008,	/* Index 3 */
 		AINT, 0x00000008,	/* Index 4 */
-		SINT, 0x00000008,	/*  Index 5 */
-		, 0x00000008,	             /* Index 6 */
+		SINT, 0x00000008,	/* Index 5 */
+		, 0x00000008,		/* Index 6 */
 		AAUD, 0x00000008,	/* Index 7 */
 		AMOD, 0x00000008,	/* Index 8 */
 		PINE, 0x00000008,	/* Index 9 */



More information about the coreboot mailing list