coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / sizeof_julia.c
1 static int typhoon_ioctl(struct video_device *dev, unsigned int cmd,
2 void *arg)
3 {
4 copy_from_user(&v, arg, sizeof(v));
5 }