projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92e963f
)
scripts/coccinelle: modernize &
author
Julia Lawall
<Julia.Lawall@lip6.fr>
Wed, 17 Feb 2016 23:16:14 +0000
(
00:16
+0100)
committer
Michal Marek
<mmarek@suse.com>
Thu, 18 Feb 2016 10:49:30 +0000
(11:49 +0100)
& 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>
scripts/coccinelle/iterators/use_after_iter.cocci
patch
|
blob
|
history
diff --git
a/scripts/coccinelle/iterators/use_after_iter.cocci
b/scripts/coccinelle/iterators/use_after_iter.cocci
index f085f5968c5238d631d6239c9d2a92a1b85fcd91..ce8cc9c006e56dd46c5c337553755e11a40b5717 100644
(file)
--- a/
scripts/coccinelle/iterators/use_after_iter.cocci
+++ b/
scripts/coccinelle/iterators/use_after_iter.cocci
@@
-123,7
+123,7
@@
list_remove_head(x,c,...)
|
sizeof(<+...c...+>)
|
-&c->member
+
&c->member
|
c = E
|