coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / twoproto.cocci
1 @@
2 identifier f, p_dev, link;
3 @@
4
5 f(struct pcmcia_device *
6 - p_dev
7 + link
8 ) {
9 ...
10 - dev_link_t *link = dev_to_instance(p_dev);
11 ...
12 }