scripts/coccinelle: modernize &

& 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>
This commit is contained in:
Julia Lawall 2016-02-18 00:16:14 +01:00 committed by Michal Marek
parent 92e963f50f
commit 1b669e713f
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ list_remove_head(x,c,...)
|
sizeof(<+...c...+>)
|
&c->member
&c->member
|
c = E
|