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