From c104290b95d8ddd2a186af14a9fb99e698928a42 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 5 Jul 2016 15:27:52 -0300 Subject: [PATCH] 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 --- Documentation/linux_tv/media/v4l/dmabuf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `, :ref:`VIDIOC_QBUF `, -:ref:`VIDIOC_DQBUF `, :ref:`VIDIOC_STREAMON +:ref:`VIDIOC_DQBUF `, :ref:`VIDIOC_STREAMON ` and :ref:`VIDIOC_STREAMOFF ` ioctls, and the :ref:`select() ` and :ref:`poll() ` functions. -- 2.34.1