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