Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
9cae84b3 200a2805

+3 -1
+3 -1
Documentation/DocBook/media/v4l/vidioc-qbuf.xml
··· 186 186 continue streaming. 187 187 </para> 188 188 </listitem> 189 + </varlistentry> 190 + <varlistentry> 189 191 <term><errorcode>EPIPE</errorcode></term> 190 192 <listitem> 191 193 <para><constant>VIDIOC_DQBUF</constant> returns this on an empty 192 194 capture queue for mem2mem codecs if a buffer with the 193 195 <constant>V4L2_BUF_FLAG_LAST</constant> was already dequeued and no new buffers 194 196 are expected to become available. 195 - </para> 197 + </para> 196 198 </listitem> 197 199 </varlistentry> 198 200 </variablelist>