All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] DocBook media: fix wrong prototype
@ 2014-09-13  9:28 Hans Verkuil
  2014-09-17 10:52 ` Sakari Ailus
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Verkuil @ 2014-09-13  9:28 UTC (permalink / raw)
  To: Linux Media Mailing List

G_EDID is an RW ioctl, so the struct v4l2_edid isn't const.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>

diff --git a/Documentation/DocBook/media/v4l/vidioc-g-edid.xml b/Documentation/DocBook/media/v4l/vidioc-g-edid.xml
index fa91651..6df40db 100644
--- a/Documentation/DocBook/media/v4l/vidioc-g-edid.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-g-edid.xml
@@ -24,7 +24,7 @@
 	<funcdef>int <function>ioctl</function></funcdef>
 	<paramdef>int <parameter>fd</parameter></paramdef>
 	<paramdef>int <parameter>request</parameter></paramdef>
-	<paramdef>const struct v4l2_edid *<parameter>argp</parameter></paramdef>
+	<paramdef>struct v4l2_edid *<parameter>argp</parameter></paramdef>
       </funcprototype>
     </funcsynopsis>
   </refsynopsisdiv>

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

* Re: [PATCH] DocBook media: fix wrong prototype
  2014-09-13  9:28 [PATCH] DocBook media: fix wrong prototype Hans Verkuil
@ 2014-09-17 10:52 ` Sakari Ailus
  0 siblings, 0 replies; 2+ messages in thread
From: Sakari Ailus @ 2014-09-17 10:52 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: Linux Media Mailing List

On Sat, Sep 13, 2014 at 11:28:02AM +0200, Hans Verkuil wrote:
> G_EDID is an RW ioctl, so the struct v4l2_edid isn't const.
> 
> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>

Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>

-- 
Sakari Ailus
e-mail: sakari.ailus@iki.fi	XMPP: sailus@retiisi.org.uk

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

end of thread, other threads:[~2014-09-17 10:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-13  9:28 [PATCH] DocBook media: fix wrong prototype Hans Verkuil
2014-09-17 10:52 ` Sakari Ailus

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.