[media] DocBook/media: fix syntax error
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 15 May 2015 10:28:02 +0000 (07:28 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 18 May 2015 19:27:31 +0000 (16:27 -0300)
Missing varlistentry tags.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Documentation/DocBook/media/v4l/vidioc-qbuf.xml

index 6cfc53b..8b98a0e 100644 (file)
@@ -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>