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:
parent
cb54f31e68
commit
17aed02048
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue