From 6a427b9bc70aac945a0615df47e4ce11c4dc12ff Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 4 Feb 2013 11:38:01 +0100 Subject: Use tabs instead of spaces to align comments in DSTD header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: http://review.coreboot.org/2278 Tested-by: build bot (Jenkins) Reviewed-by: Anton Kochkov --- src/mainboard/aopen/dxplplusu/dsdt.asl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mainboard/aopen/dxplplusu/dsdt.asl') 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) -- cgit v1.2.3