Commit 1b669e71 authored by Julia Lawall's avatar Julia Lawall Committed by Michal Marek

scripts/coccinelle: modernize &

& 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>
parent 92e963f5
......@@ -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