All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for v3.5] V4L2 spec fix
@ 2012-06-06 21:48 Hans Verkuil
  2012-06-07  9:19 ` Guennadi Liakhovetski
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Verkuil @ 2012-06-06 21:48 UTC (permalink / raw)
  To: linux-media; +Cc: Guennadi Liakhovetski

Two small docbook fixes:

- prepare-buf was not positioned in alphabetical order, moved to the right place.
- the format field in create_bufs had the wrong type in the documentation

Regards,

	Hans

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

diff --git a/Documentation/DocBook/media/v4l/v4l2.xml b/Documentation/DocBook/media/v4l/v4l2.xml
index 015c561..008c2d7 100644
--- a/Documentation/DocBook/media/v4l/v4l2.xml
+++ b/Documentation/DocBook/media/v4l/v4l2.xml
@@ -560,6 +560,7 @@ and discussions on the V4L mailing list.</revremark>
     &sub-g-tuner;
     &sub-log-status;
     &sub-overlay;
+    &sub-prepare-buf;
     &sub-qbuf;
     &sub-querybuf;
     &sub-querycap;
@@ -567,7 +568,6 @@ and discussions on the V4L mailing list.</revremark>
     &sub-query-dv-preset;
     &sub-query-dv-timings;
     &sub-querystd;
-    &sub-prepare-buf;
     &sub-reqbufs;
     &sub-s-hw-freq-seek;
     &sub-streamon;
diff --git a/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml b/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml
index 765549f..6cd2bc3 100644
--- a/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml
@@ -108,7 +108,7 @@ information.</para>
 /></entry>
 	  </row>
 	  <row>
-	    <entry>__u32</entry>
+	    <entry>struct&nbsp;v4l2_format</entry>
 	    <entry><structfield>format</structfield></entry>
 	    <entry>Filled in by the application, preserved by the driver.
 	    See <xref linkend="v4l2-format" />.</entry>

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

* Re: [PATCH for v3.5] V4L2 spec fix
  2012-06-06 21:48 [PATCH for v3.5] V4L2 spec fix Hans Verkuil
@ 2012-06-07  9:19 ` Guennadi Liakhovetski
  0 siblings, 0 replies; 2+ messages in thread
From: Guennadi Liakhovetski @ 2012-06-07  9:19 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: linux-media

Thanks for the patch, Hans

On Wed, 6 Jun 2012, Hans Verkuil wrote:

> Two small docbook fixes:
> 
> - prepare-buf was not positioned in alphabetical order, moved to the right place.
> - the format field in create_bufs had the wrong type in the documentation
> 
> Regards,
> 
> 	Hans
> 
> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>

Reviewed-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>

Thanks
Guennadi

> 
> diff --git a/Documentation/DocBook/media/v4l/v4l2.xml b/Documentation/DocBook/media/v4l/v4l2.xml
> index 015c561..008c2d7 100644
> --- a/Documentation/DocBook/media/v4l/v4l2.xml
> +++ b/Documentation/DocBook/media/v4l/v4l2.xml
> @@ -560,6 +560,7 @@ and discussions on the V4L mailing list.</revremark>
>      &sub-g-tuner;
>      &sub-log-status;
>      &sub-overlay;
> +    &sub-prepare-buf;
>      &sub-qbuf;
>      &sub-querybuf;
>      &sub-querycap;
> @@ -567,7 +568,6 @@ and discussions on the V4L mailing list.</revremark>
>      &sub-query-dv-preset;
>      &sub-query-dv-timings;
>      &sub-querystd;
> -    &sub-prepare-buf;
>      &sub-reqbufs;
>      &sub-s-hw-freq-seek;
>      &sub-streamon;
> diff --git a/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml b/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml
> index 765549f..6cd2bc3 100644
> --- a/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml
> +++ b/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml
> @@ -108,7 +108,7 @@ information.</para>
>  /></entry>
>  	  </row>
>  	  <row>
> -	    <entry>__u32</entry>
> +	    <entry>struct&nbsp;v4l2_format</entry>
>  	    <entry><structfield>format</structfield></entry>
>  	    <entry>Filled in by the application, preserved by the driver.
>  	    See <xref linkend="v4l2-format" />.</entry>
> 

---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/

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

end of thread, other threads:[~2012-06-07  9:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-06 21:48 [PATCH for v3.5] V4L2 spec fix Hans Verkuil
2012-06-07  9:19 ` Guennadi Liakhovetski

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.