ASRock 939A785GMH: Align comments in DSDT header with tabs
Change-Id: Ie64c231188310c4248ad0aaf9cdfcea12666bf2f Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/2275 Tested-by: build bot (Jenkins) Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
This commit is contained in:
parent
6a427b9bc7
commit
cb54f31e68
|
@ -19,11 +19,11 @@
|
||||||
|
|
||||||
/* DefinitionBlock Statement */
|
/* DefinitionBlock Statement */
|
||||||
DefinitionBlock (
|
DefinitionBlock (
|
||||||
"DSDT.AML", /* Output filename */
|
"DSDT.AML", /* Output filename */
|
||||||
"DSDT", /* Signature */
|
"DSDT", /* Signature */
|
||||||
0x02, /* DSDT Revision, needs to be 2 for 64bit */
|
0x02, /* DSDT Revision, needs to be 2 for 64bit */
|
||||||
"ASROCK", /* OEMID */
|
"ASROCK", /* OEMID */
|
||||||
"939A785GM", /* TABLE ID */
|
"939A785GM", /* TABLE ID */
|
||||||
0x00010001 /* OEM Revision */
|
0x00010001 /* OEM Revision */
|
||||||
)
|
)
|
||||||
{ /* Start of ASL file */
|
{ /* Start of ASL file */
|
||||||
|
|
Loading…
Reference in New Issue