Re: [PATCH 1/1] v4l: There's no __unsigned

2012-11-22 Thread Laurent Pinchart
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
 + entryunsigned long/entry
   entrystructfielduserptr/structfield/entry
   entryWhen the memory type in the containing v4l2-buffer; is
 constantV4L2_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


[PATCH 1/1] v4l: There's no __unsigned

2012-11-16 Thread Sakari Ailus
Correct a typo. v4l2_plane.m.userptr is unsigned long, not __unsigned long.

Signed-off-by: Sakari Ailus sakari.ai...@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
+   entryunsigned long/entry
entrystructfielduserptr/structfield/entry
entryWhen the memory type in the containing v4l2-buffer; is
  constantV4L2_MEMORY_USERPTR/constant, this is a userspace
-- 
1.7.2.5

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