~npalix/coccinelle/upstream

1
2
3
4
5
6
7
@@
struct net_device *dev;
type T;
@@

- (T) dev->priv
+ netdev_priv(dev)