Release coccinelle-0.1
[bpt/coccinelle.git] / tests / bug1.res
... / ...
CommitLineData
1static int typhoon_ioctl(struct inode *i, struct file *f, unsigned int cmd,
2void *arg)
3{
4 struct typhoon_device *typhoon = dev->priv;
5 return 0;
6}