From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Sakari Ailus <sakari.ailus@iki.fi>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH 1/1] v4l: There's no __unsigned
Date: Thu, 22 Nov 2012 11:54:57 +0100 [thread overview]
Message-ID: <3181206.PqETckngkk@avalon> (raw)
In-Reply-To: <1353099104-1364-1-git-send-email-sakari.ailus@iki.fi>
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
prev parent reply other threads:[~2012-11-22 19:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-16 20:51 [PATCH 1/1] v4l: There's no __unsigned Sakari Ailus
2012-11-22 10:54 ` Laurent Pinchart [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3181206.PqETckngkk@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=sakari.ailus@iki.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.