Message ID | 1353099104-1364-1-git-send-email-sakari.ailus@iki.fi (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Friday 16 November 2012 22:51:44 Sakari Ailus wrote: > 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> > --- > 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 bcd1c8f7..1565f31 100644 > --- a/Documentation/DocBook/media/v4l/io.xml > +++ b/Documentation/DocBook/media/v4l/io.xml > @@ -736,7 +736,7 @@ should set this to 0.</entry> > </row> > <row> > <entry></entry> > - <entry>__unsigned long</entry> > + <entry>unsigned long</entry> > <entry><structfield>userptr</structfield></entry> > <entry>When the memory type in the containing &v4l2-buffer; is > <constant>V4L2_MEMORY_USERPTR</constant>, this is a userspace
diff --git a/Documentation/DocBook/media/v4l/io.xml b/Documentation/DocBook/media/v4l/io.xml index bcd1c8f7..1565f31 100644 --- a/Documentation/DocBook/media/v4l/io.xml +++ b/Documentation/DocBook/media/v4l/io.xml @@ -736,7 +736,7 @@ should set this to 0.</entry> </row> <row> <entry></entry> - <entry>__unsigned long</entry> + <entry>unsigned long</entry> <entry><structfield>userptr</structfield></entry> <entry>When the memory type in the containing &v4l2-buffer; is <constant>V4L2_MEMORY_USERPTR</constant>, this is a userspace
Correct a typo. v4l2_plane.m.userptr is unsigned long, not __unsigned long. Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi> --- Documentation/DocBook/media/v4l/io.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)