aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2015-05-15 07:28:02 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-05-18 16:27:31 -0300
commit9cae84b32dd52768cf2fd2fcb214c3f570676c4b (patch)
tree65aeae339255fea1a15ba4bb1e3166afdc932113
parent[media] DocBook/media: improve timestamp documentation (diff)
downloadlinux-dev-9cae84b32dd52768cf2fd2fcb214c3f570676c4b.tar.xz
linux-dev-9cae84b32dd52768cf2fd2fcb214c3f570676c4b.zip
[media] DocBook/media: fix syntax error
Missing varlistentry tags. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r--Documentation/DocBook/media/v4l/vidioc-qbuf.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-qbuf.xml b/Documentation/DocBook/media/v4l/vidioc-qbuf.xml
index 6cfc53b83a20..8b98a0e421fc 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>