aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/userspace-api/media/dvb
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-04 01:55:29 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-11-27 12:50:26 +0100
commit08bbe2d882b3b97b9c453b7d4a9fca4b8c27d921 (patch)
treeacbccfed1e59b34f1a56a2474421fdfa728727c2 /Documentation/userspace-api/media/dvb
parentmedia: Documentation: userspace-api/media: dvb/demux: drop doubled word (diff)
downloadwireguard-linux-08bbe2d882b3b97b9c453b7d4a9fca4b8c27d921.tar.xz
wireguard-linux-08bbe2d882b3b97b9c453b7d4a9fca4b8c27d921.zip
media: Documentation: userspace-api/media: dvb/dmx-qbuf: drop doubled word
Drop the doubled word "the". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/userspace-api/media/dvb')
-rw-r--r--Documentation/userspace-api/media/dvb/dmx-qbuf.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/userspace-api/media/dvb/dmx-qbuf.rst b/Documentation/userspace-api/media/dvb/dmx-qbuf.rst
index 17e70143c1b0..1a13a33834db 100644
--- a/Documentation/userspace-api/media/dvb/dmx-qbuf.rst
+++ b/Documentation/userspace-api/media/dvb/dmx-qbuf.rst
@@ -50,7 +50,7 @@ by a :ref:`DMX_QUERYBUF` ioctl will do as well.
When ``DMX_QBUF`` is called with a pointer to this structure, it locks the
memory pages of the buffer in physical memory, so they cannot be swapped
out to disk. Buffers remain locked until dequeued, until the
-the device is closed.
+device is closed.
Applications call the ``DMX_DQBUF`` ioctl to dequeue a filled
(capturing) buffer from the driver's outgoing queue.