Release coccinelle-0.1
[bpt/coccinelle.git] / tests / video1bis.cocci
CommitLineData
34e49164
C
1@@
2local function ioctlfn;
3identifier dev, cmd, arg;
4identifier v;
5type T;
6statement S1, S2;
7identifier fld;
8@@
9
10- if (copy_from_user(v,arg,sizeof(v)) != 0) S1 else {}