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.ai...@iki.fi>

Acked-by: Laurent Pinchart <laurent.pinch...@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
-- 
Regards,

Laurent Pinchart

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to