V4L/DVB (4370): Fix some typos on ioctl handling function

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Mauro Carvalho Chehab 2006-08-08 09:10:06 -03:00
parent 22694c0c38
commit 3ca57169ce
3 changed files with 3 additions and 3 deletions

View file

@ -317,7 +317,7 @@ static int gemtek_pci_do_ioctl(struct inode *inode, struct file *file,
}
default:
return v4l_compat_translate_ioctl(inode,file,cmd,arg,
gemtek_do_ioctl);
gemtek_pci_do_ioctl);
}
}

View file

@ -396,7 +396,7 @@ static int fmr2_do_ioctl(struct inode *inode, struct file *file,
}
default:
return v4l_compat_translate_ioctl(inode,file,cmd,arg,
az_do_ioctl);
fmr2_do_ioctl);
}
}

View file

@ -301,7 +301,7 @@ static int typhoon_do_ioctl(struct inode *inode, struct file *file,
default:
return v4l_compat_translate_ioctl(inode,file,cmd,arg,
typhon_do_ioctl);
typhoon_do_ioctl);
}
}