aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/aopen
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2013-02-04 11:38:01 +0100
committerAnton Kochkov <anton.kochkov@gmail.com>2013-02-04 17:10:57 +0100
commit6a427b9bc70aac945a0615df47e4ce11c4dc12ff (patch)
tree9836a5bbfb1697b64b649b79a62cb5b68e574b36 /src/mainboard/aopen
parentd2e0e29b1623288b9345ab3591e81bb8e263f004 (diff)
Use tabs instead of spaces to align comments in DSTD header
AOpen DXPL Plus-U and Intel XE7501devkit use »COREBOOT« as OEM Table ID. Unify the DSDT by aligning the comments in the DSDT header with tabs in accordance with the coding style [1]. [1] http://www.coreboot.org/Development_Guidelines#Coding_Style Change-Id: I78e6aa8d0318b519b1df5e2178d387dc58e48323 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/2278 Tested-by: build bot (Jenkins) Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
Diffstat (limited to 'src/mainboard/aopen')
-rw-r--r--src/mainboard/aopen/dxplplusu/dsdt.asl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/aopen/dxplplusu/dsdt.asl b/src/mainboard/aopen/dxplplusu/dsdt.asl
index 095df060ff..b8bdde8663 100644
--- a/src/mainboard/aopen/dxplplusu/dsdt.asl
+++ b/src/mainboard/aopen/dxplplusu/dsdt.asl
@@ -22,10 +22,10 @@
DefinitionBlock(
"dsdt.aml",
"DSDT",
- 0x04, // DSDT revision: ACPI v4.0
- "COREv4", // OEM id
- "COREBOOT", // OEM table id
- 0x20111103 // OEM revision
+ 0x04, // DSDT revision: ACPI v4.0
+ "COREv4", // OEM id
+ "COREBOOT", // OEM table id
+ 0x20111103 // OEM revision
) {
Scope(\_SB)