doc-rst: linux_tv: remove whitespaces
[deliverable/linux.git] / Documentation / linux_tv / media / v4l / userp.rst
index 188c0b9f169e0b418ec066b76cedfecbc887af91..0ecf7a13a7af10ac824cd085608d65ffaba51ee0 100644 (file)
@@ -76,7 +76,7 @@ started. In the write loop, when the application runs out of free
 buffers it must wait until an empty buffer can be dequeued and reused.
 Two methods exist to suspend execution of the application until one or
 more buffers can be dequeued. By default :ref:`VIDIOC_DQBUF
-<VIDIOC_QBUF>`` blocks when no buffer is in the outgoing queue. When the
+<VIDIOC_QBUF>` blocks when no buffer is in the outgoing queue. When the
 ``O_NONBLOCK`` flag was given to the :ref:`open() <func-open>` function,
 :ref:`VIDIOC_DQBUF <VIDIOC_QBUF>` returns immediately with an ``EAGAIN``
 error code when no buffer is available. The :ref:`select()
This page took 0.023581 seconds and 5 git commands to generate.