diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2015-05-15 10:28:02 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-18 19:27:31 (GMT) |
commit | 9cae84b32dd52768cf2fd2fcb214c3f570676c4b (patch) | |
tree | 65aeae339255fea1a15ba4bb1e3166afdc932113 | |
parent | 200a28050953d7ba6df434e8315e31f542556680 (diff) | |
download | linux-9cae84b32dd52768cf2fd2fcb214c3f570676c4b.tar.xz |
[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.xml | 4 |
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 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> |