Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / bug1.cocci
1 @r@
2 identifier ioctlfn;
3 identifier dev, cmd, arg;
4 @@
5
6 ioctlfn(
7 - struct video_device *dev,
8 + struct inode *i, struct file *f,
9 unsigned int cmd, void *arg) {
10 ...
11 }