permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / janitorings / netdev_priv2.cocci
1 @@
2 struct net_device *dev;
3 type T;
4 @@
5
6 - (T) dev->priv
7 + netdev_priv(dev)