Skip to content

Commit

Permalink
V4L/DVB (4370): Fix some typos on ioctl handling function
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mauro Carvalho Chehab committed Sep 26, 2006
1 parent 22694c0 commit 3ca5716
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/media/radio/radio-gemtek-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down
2 changes: 1 addition & 1 deletion drivers/media/radio/radio-sf16fmr2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

}
}
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/radio/radio-typhoon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit 3ca5716

Please sign in to comment.