[media] v4l: There's no __unsigned

Correct a typo. v4l2_plane.m.userptr is unsigned long, not __unsigned long.

Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Sakari Ailus 2012-11-16 17:42:12 -03:00 committed by Mauro Carvalho Chehab
parent 1b18e7a0be
commit fe4abb550f

View file

@ -905,7 +905,7 @@ should set this to 0.</entry>
</row> </row>
<row> <row>
<entry></entry> <entry></entry>
<entry>__unsigned long</entry> <entry>unsigned long</entry>
<entry><structfield>userptr</structfield></entry> <entry><structfield>userptr</structfield></entry>
<entry>When the memory type in the containing &v4l2-buffer; is <entry>When the memory type in the containing &v4l2-buffer; is
<constant>V4L2_MEMORY_USERPTR</constant>, this is a userspace <constant>V4L2_MEMORY_USERPTR</constant>, this is a userspace