public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] v4l: There's no __unsigned
@ 2012-11-16 20:51 Sakari Ailus
  2012-11-22 10:54 ` Laurent Pinchart
  0 siblings, 1 reply; 2+ messages in thread
From: Sakari Ailus @ 2012-11-16 20:51 UTC (permalink / raw)
  To: linux-media

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(-)

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
-- 
1.7.2.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] v4l: There's no __unsigned
  2012-11-16 20:51 [PATCH 1/1] v4l: There's no __unsigned Sakari Ailus
@ 2012-11-22 10:54 ` Laurent Pinchart
  0 siblings, 0 replies; 2+ messages in thread
From: Laurent Pinchart @ 2012-11-22 10:54 UTC (permalink / raw)
  To: Sakari Ailus; +Cc: linux-media

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
-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-22 19:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-16 20:51 [PATCH 1/1] v4l: There's no __unsigned Sakari Ailus
2012-11-22 10:54 ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox