The function names mentioned in the comments are no longer exist. Correct them.
diff -r 932738881388 em28xx-video.c
--- a/em28xx-video.c	Thu Dec 11 09:33:26 2008 +0100
+++ b/em28xx-video.c	Sat Dec 13 11:17:57 2008 +0100
@@ -1875,9 +1875,9 @@
 }
 
 /*
- * em28xx_v4l2_do_ioctl()
- * This function is _not_ called directly, but from
- * em28xx_v4l2_ioctl. Userspace
+ * em28xx_do_ioctl()
+ * This function is _not_ called directly, but indirectly from
+ * em28xx_v4l2_ioctl() via em28xx_video_do_ioctl(). Userspace
  * copying is done already, arg is a kernel pointer.
  */
 static int em28xx_do_ioctl(struct inode *inode, struct file *filp,
@@ -2389,7 +2389,7 @@
 }
 
 /*
- * em28xx_v4l2_do_ioctl()
+ * em28xx_video_do_ioctl()
  * This function is _not_ called directly, but from
  * em28xx_v4l2_ioctl. Userspace
  * copying is done already, arg is a kernel pointer.
@@ -2836,7 +2836,7 @@
 
 /*
  * em28xx_v4l2_ioctl()
- * handle v4l2 ioctl the main action happens in em28xx_v4l2_do_ioctl()
+ * handle v4l2 ioctl, the main action happens in em28xx_video_do_ioctl()
  */
 static int em28xx_v4l2_ioctl(struct inode *inode, struct file *filp,
 			     unsigned int cmd, unsigned long arg)
_______________________________________________
Em28xx mailing list
[email protected]
http://mcentral.de/mailman/listinfo/em28xx

Reply via email to