summaryrefslogtreecommitdiff
path: root/Documentation/linux_tv/media/v4l/dmabuf.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-05 15:27:52 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-05 16:27:26 -0300
commitc104290b95d8ddd2a186af14a9fb99e698928a42 (patch)
tree07190870a2bff4351a172f3abb22549cb7dccce9 /Documentation/linux_tv/media/v4l/dmabuf.rst
parent5929cb1769b1171d063c2ec108f5fb66d3239889 (diff)
doc-rst: dmabuf: Fix the cross-reference
Fixes this warning: Documentation/linux_tv/media/v4l/dmabuf.rst:150: WARNING: undefined label: vidioc_dqbuf (if the link has no caption the label must precede a section header) Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/linux_tv/media/v4l/dmabuf.rst')
-rw-r--r--Documentation/linux_tv/media/v4l/dmabuf.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/linux_tv/media/v4l/dmabuf.rst b/Documentation/linux_tv/media/v4l/dmabuf.rst
index 0b2113778cc9..474d8c021507 100644
--- a/Documentation/linux_tv/media/v4l/dmabuf.rst
+++ b/Documentation/linux_tv/media/v4l/dmabuf.rst
@@ -149,7 +149,7 @@ outputted buffers.
Drivers implementing DMABUF importing I/O must support the
:ref:`VIDIOC_REQBUFS <VIDIOC_REQBUFS>`, :ref:`VIDIOC_QBUF <VIDIOC_QBUF>`,
-:ref:`VIDIOC_DQBUF <VIDIOC_DQBUF>`, :ref:`VIDIOC_STREAMON
+:ref:`VIDIOC_DQBUF <VIDIOC_QBUF>`, :ref:`VIDIOC_STREAMON
<VIDIOC_STREAMON>` and :ref:`VIDIOC_STREAMOFF <VIDIOC_STREAMON>` ioctls,
and the :ref:`select() <func-select>` and :ref:`poll() <func-poll>`
functions.