Commit 1ad69fcf authored by Julia Lawall's avatar Julia Lawall Committed by Greg Kroah-Hartman

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 avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 29d50563
......@@ -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