The patch number 10133 was added via Hans Verkuil <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [email protected]

------

From: Hans Verkuil  <[email protected]>
v4l2-framework: use correct comment style.


Priority: normal

Signed-off-by: Hans Verkuil <[email protected]>


---

 linux/Documentation/video4linux/v4l2-framework.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r 52983ac37fec -r f03ab4ab3f87 
linux/Documentation/video4linux/v4l2-framework.txt
--- a/linux/Documentation/video4linux/v4l2-framework.txt        Tue Dec 23 
18:37:43 2008 +0100
+++ b/linux/Documentation/video4linux/v4l2-framework.txt        Mon Dec 22 
13:13:11 2008 +0100
@@ -410,7 +410,7 @@ for you.
 
        err = video_register_device(vdev, VFL_TYPE_GRABBER, -1);
        if (err) {
-               video_device_release(vdev); // or kfree(my_vdev);
+               video_device_release(vdev); /* or kfree(my_vdev); */
                return err;
        }
 


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/f03ab4ab3f87030624d76d072ce2f813feca6044

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to