All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] DocBook: fix vidioc-qbuf.xml doc validation
@ 2015-05-17  2:14 Antti Palosaari
  2015-05-17 11:14 ` Hans Verkuil
  0 siblings, 1 reply; 2+ messages in thread
From: Antti Palosaari @ 2015-05-17  2:14 UTC (permalink / raw)
  To: linux-media; +Cc: Antti Palosaari, Philipp Zabel, Hans Verkuil

element varlistentry: validity error : Element varlistentry content
does not follow the DTD, expecting (term+ , listitem), got (term
listitem term listitem )

commit 8cee396bfa77ce3a2e5fe48f597206c1cd547f9c
[media] DocBook media: document codec draining flow
breaks document validation. Fix it.

Cc: Philipp Zabel <p.zabel@pengutronix.de>
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Antti Palosaari <crope@iki.fi>
---
 Documentation/DocBook/media/v4l/vidioc-qbuf.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/DocBook/media/v4l/vidioc-qbuf.xml b/Documentation/DocBook/media/v4l/vidioc-qbuf.xml
index 6cfc53b..f5cef97 100644
--- a/Documentation/DocBook/media/v4l/vidioc-qbuf.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-qbuf.xml
@@ -186,6 +186,8 @@ In that case the application should be able to safely reuse the buffer and
 continue streaming.
 	</para>
 	</listitem>
+      </varlistentry>
+      <varlistentry>
 	<term><errorcode>EPIPE</errorcode></term>
 	<listitem>
 	  <para><constant>VIDIOC_DQBUF</constant> returns this on an empty
-- 
http://palosaari.fi/


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

* Re: [PATCH] DocBook: fix vidioc-qbuf.xml doc validation
  2015-05-17  2:14 [PATCH] DocBook: fix vidioc-qbuf.xml doc validation Antti Palosaari
@ 2015-05-17 11:14 ` Hans Verkuil
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Verkuil @ 2015-05-17 11:14 UTC (permalink / raw)
  To: Antti Palosaari, linux-media; +Cc: Philipp Zabel

Duplicate of http://www.spinics.net/lists/linux-media/msg89715.html

Just posted the pull request containing that patch.

I noticed the same problem on Friday :-)

Regards,

	Hans

On 05/17/2015 04:14 AM, Antti Palosaari wrote:
> element varlistentry: validity error : Element varlistentry content
> does not follow the DTD, expecting (term+ , listitem), got (term
> listitem term listitem )
> 
> commit 8cee396bfa77ce3a2e5fe48f597206c1cd547f9c
> [media] DocBook media: document codec draining flow
> breaks document validation. Fix it.
> 
> Cc: Philipp Zabel <p.zabel@pengutronix.de>
> Cc: Hans Verkuil <hverkuil@xs4all.nl>
> Signed-off-by: Antti Palosaari <crope@iki.fi>
> ---
>  Documentation/DocBook/media/v4l/vidioc-qbuf.xml | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/DocBook/media/v4l/vidioc-qbuf.xml b/Documentation/DocBook/media/v4l/vidioc-qbuf.xml
> index 6cfc53b..f5cef97 100644
> --- a/Documentation/DocBook/media/v4l/vidioc-qbuf.xml
> +++ b/Documentation/DocBook/media/v4l/vidioc-qbuf.xml
> @@ -186,6 +186,8 @@ In that case the application should be able to safely reuse the buffer and
>  continue streaming.
>  	</para>
>  	</listitem>
> +      </varlistentry>
> +      <varlistentry>
>  	<term><errorcode>EPIPE</errorcode></term>
>  	<listitem>
>  	  <para><constant>VIDIOC_DQBUF</constant> returns this on an empty
> 

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

end of thread, other threads:[~2015-05-17 11:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-17  2:14 [PATCH] DocBook: fix vidioc-qbuf.xml doc validation Antti Palosaari
2015-05-17 11:14 ` Hans Verkuil

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.