ASRock 939A785GMH: Align comments of DSDT’s `IndexField`

Remove superfluous spaces and use tabulators.

Change-Id: Ic8b32b10c4e287a058a395e54214b9923ee48bdd
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/2276
Tested-by: build bot (Jenkins)
Reviewed-by: Steve Goodrich <steve.goodrich@se-eng.com>
Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
This commit is contained in:
Paul Menzel 2013-02-04 10:46:33 +01:00 committed by Anton Kochkov
parent cb54f31e68
commit 17aed02048
1 changed files with 3 additions and 3 deletions

View File

@ -43,13 +43,13 @@ DefinitionBlock (
PRQD, 0x00000008, /* Offset: 1h */ PRQD, 0x00000008, /* Offset: 1h */
} }
IndexField(PRQI, PRQD, ByteAcc, NoLock, Preserve) { IndexField(PRQI, PRQD, ByteAcc, NoLock, Preserve) {
PINA, 0x00000008, /* Index 0 */ PINA, 0x00000008, /* Index 0 */
PINB, 0x00000008, /* Index 1 */ PINB, 0x00000008, /* Index 1 */
PINC, 0x00000008, /* Index 2 */ PINC, 0x00000008, /* Index 2 */
PIND, 0x00000008, /* Index 3 */ PIND, 0x00000008, /* Index 3 */
AINT, 0x00000008, /* Index 4 */ AINT, 0x00000008, /* Index 4 */
SINT, 0x00000008, /* Index 5 */ SINT, 0x00000008, /* Index 5 */
, 0x00000008, /* Index 6 */ , 0x00000008, /* Index 6 */
AAUD, 0x00000008, /* Index 7 */ AAUD, 0x00000008, /* Index 7 */
AMOD, 0x00000008, /* Index 8 */ AMOD, 0x00000008, /* Index 8 */
PINE, 0x00000008, /* Index 9 */ PINE, 0x00000008, /* Index 9 */