From: Hans Verkuil <hans.verkuil@xxxxxxxxx> Missing varlistentry tags. Signed-off-by: Hans Verkuil <hans.verkuil@xxxxxxxxx> --- Documentation/DocBook/media/v4l/vidioc-qbuf.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/DocBook/media/v4l/vidioc-qbuf.xml b/Documentation/DocBook/media/v4l/vidioc-qbuf.xml index 6cfc53b..8b98a0e 100644 --- a/Documentation/DocBook/media/v4l/vidioc-qbuf.xml +++ b/Documentation/DocBook/media/v4l/vidioc-qbuf.xml @@ -186,13 +186,15 @@ 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 capture queue for mem2mem codecs if a buffer with the <constant>V4L2_BUF_FLAG_LAST</constant> was already dequeued and no new buffers are expected to become available. - </para> + </para> </listitem> </varlistentry> </variablelist> -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html