the following patch was just integrated into master: commit d2e0e29b1623288b9345ab3591e81bb8e263f004 Author: Paul Menzel paulepanter@users.sourceforge.net Date: Mon Feb 4 10:31:34 2013 +0100
Intel based boards: Use tab instead of spaces to align comment in DSDT
Mainboards using `COREBOOT` as their OEM Table ID in their DSDT header were copied from the same source and therefore had spaces instead of a tab to align that comment for that header field. These are mostly Intel based boards.
Fix that in accordance with the coding style [1].
[1] http://www.coreboot.org/Development_Guidelines#Coding_Style
Change-Id: I299b955930dbd50b9717e8ff141ce8f3fd534e5f Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-on: http://review.coreboot.org/2277 Tested-by: build bot (Jenkins) Reviewed-by: Anton Kochkov anton.kochkov@gmail.com
Build-Tested: build bot (Jenkins) at Mon Feb 4 12:50:05 2013, giving +1 Reviewed-By: Anton Kochkov anton.kochkov@gmail.com at Mon Feb 4 17:10:16 2013, giving +2 See http://review.coreboot.org/2277 for details.
-gerrit