Commit fe4abb55 authored by Sakari Ailus's avatar Sakari Ailus Committed by Mauro Carvalho Chehab

[media] v4l: There's no __unsigned

Correct a typo. v4l2_plane.m.userptr is unsigned long, not __unsigned long.
Signed-off-by: default avatarSakari Ailus <sakari.ailus@iki.fi>
Acked-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 1b18e7a0
...@@ -905,7 +905,7 @@ should set this to 0.</entry> ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment