Skip to content

Commit

Permalink
scripts/coccinelle: modernize &
Browse files Browse the repository at this point in the history
& is no longer allowed in column 0, since Coccinelle 1.0.4.

Signed-off-by: Julia Lawall <[email protected]>
Tested-by: Nishanth Menon <[email protected]>
Cc: [email protected]
Signed-off-by: Michal Marek <[email protected]>
  • Loading branch information
JuliaLawall authored and Michal Marek committed Feb 18, 2016
1 parent 92e963f commit 1b669e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/coccinelle/iterators/use_after_iter.cocci
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ list_remove_head(x,c,...)
|
sizeof(<+...c...+>)
|
&c->member
&c->member
|
c = E
|
Expand Down

0 comments on commit 1b669e7

Please sign in to comment.