[coreboot] New patch to review for coreboot: 7520e4a */acpi_tables.c: Use ALIGN macro

2013-02-22 Thread patr...@georgi-clan.de
Patrick Georgi (patr...@georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2487 -gerrit commit 7520e4a6f817f15af9e5e942e2f15dd8ceffdbb5 Author: Patrick Georgi patr...@georgi-clan.de Date: Fri Feb 22 20:19:20 2013 +0100

Re: [coreboot] New patch to review for coreboot: 7520e4a */acpi_tables.c: Use ALIGN macro

2013-02-22 Thread Peter Stuge
Patrick Georgi wrote: */acpi_tables.c: Use ALIGN macro At the request of Paul Menzel, I reran an old classic of a coccinelle script: @@ expression E; @@ -(E + 7) -8 +ALIGN(E, 8) Thanks for that! This is another really simple thing that we