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 could
have Jenkins test for in new commits.


//Peter

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to