Commit 869dc279 authored by Julia Lawall's avatar Julia Lawall Committed by Willy Tarreau

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>
Cc: stable@vger.kernel.org
Signed-off-by: default avatarMichal Marek <mmarek@suse.com>
Signed-off-by: default avatarWilly Tarreau <w@1wt.eu>
parent 2ec6dac1
......@@ -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