Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / tests / pb_tag_symbols.c
1 static int typhoon_ioctl(struct video_device *dev, unsigned int cmd, void *arg)
2 {
3 if (copy_from_user(v,arg) != 0)
4 return -EFAULT; else {}
5 }