Commit ddd0a5b0 authored by Julia Lawall's avatar Julia Lawall Committed by Sasha Levin
Browse files

scripts/coccinelle: modernize &

[ Upstream commit 1b669e71

 ]

& 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 avatarSasha Levin <sasha.levin@oracle.com>
parent e2a09ee5
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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