scripts/coccinelle: modernize &
commit 1b669e713f upstream.
& is no longer allowed in column 0, since Coccinelle 1.0.4.
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Tested-by: Nishanth Menon <nm@ti.com>
Cc: stable@vger.kernel.org
Signed-off-by: Michal Marek <mmarek@suse.com>
Signed-off-by: Willy Tarreau <w@1wt.eu>
This commit is contained in:
committed by
Willy Tarreau
parent
2ec6dac110
commit
869dc27933
@@ -123,7 +123,7 @@ list_remove_head(x,c,...)
|
||||
|
|
||||
sizeof(<+...c...+>)
|
||||
|
|
||||
&c->member
|
||||
&c->member
|
||||
|
|
||||
c = E
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user