All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cocci] [PATCH] scripts/coccinelle: modernize &
@ 2016-02-17 23:16 ` Julia Lawall
  0 siblings, 0 replies; 16+ messages in thread
From: Julia Lawall @ 2016-02-17 23:16 UTC (permalink / raw)
  To: cocci

& is no longer allowed in column 0, since Coccinelle 1.0.4.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>

---
 scripts/coccinelle/iterators/use_after_iter.cocci |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/coccinelle/iterators/use_after_iter.cocci b/scripts/coccinelle/iterators/use_after_iter.cocci
index f085f59..ce8cc9c 100644
--- 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
 |

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2016-02-19 13:09 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-17 23:16 [Cocci] [PATCH] scripts/coccinelle: modernize & Julia Lawall
2016-02-17 23:16 ` Julia Lawall
2016-02-17 23:16 ` Julia Lawall
2016-02-17 23:47 ` [Cocci] " Nishanth Menon
2016-02-17 23:47   ` Nishanth Menon
2016-02-17 23:47   ` Nishanth Menon
2016-02-18  0:46   ` [Cocci] " Julia Lawall
2016-02-18  0:46     ` Julia Lawall
2016-02-18  0:46     ` Julia Lawall
2016-02-19 13:09   ` [Cocci] " Michal Marek
2016-02-19 13:09     ` Michal Marek
2016-02-19 13:09     ` Michal Marek
2016-02-19 12:25 ` [Cocci] " SF Markus Elfring
2016-02-19 12:25   ` SF Markus Elfring
2016-02-19 12:25   ` SF Markus Elfring
2016-02-19 12:31   ` [Cocci] " Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.