Commit b89414e4 authored by Julia Lawall's avatar Julia Lawall Committed by Ben Hutchings

scripts/coccinelle: modernize &

commit 1b669e71 upstream.

& is no longer allowed in column 0, since Coccinelle 1.0.4.
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@lip6.fr>
Tested-by: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.com>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent a7b434f7
......@@ -123,7 +123,7 @@ list_remove_head(x,c,...)
|
sizeof(<+...c...+>)
|
&c->member
&c->member
|
c = E
|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment