diff options
author | Sakari Ailus <sakari.ailus@iki.fi> | 2012-11-16 15:42:12 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-12-21 08:41:49 -0500 |
commit | fe4abb550f68ace5bbc23030c968c138c6a69759 (patch) | |
tree | 319582f67076980eed1d26fe4e3d99249d9a37ff /Documentation/DocBook | |
parent | 1b18e7a0be859911b22138ce27258687efc528b8 (diff) |
[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>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/media/v4l/io.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/v4l/io.xml b/Documentation/DocBook/media/v4l/io.xml index 09e8dcf5e9c4..2c4646d504c2 100644 --- a/Documentation/DocBook/media/v4l/io.xml +++ b/Documentation/DocBook/media/v4l/io.xml | |||
@@ -905,7 +905,7 @@ should set this to 0.</entry> | |||
905 | </row> | 905 | </row> |
906 | <row> | 906 | <row> |
907 | <entry></entry> | 907 | <entry></entry> |
908 | <entry>__unsigned long</entry> | 908 | <entry>unsigned long</entry> |
909 | <entry><structfield>userptr</structfield></entry> | 909 | <entry><structfield>userptr</structfield></entry> |
910 | <entry>When the memory type in the containing &v4l2-buffer; is | 910 | <entry>When the memory type in the containing &v4l2-buffer; is |
911 | <constant>V4L2_MEMORY_USERPTR</constant>, this is a userspace | 911 | <constant>V4L2_MEMORY_USERPTR</constant>, this is a userspace |