summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-04 01:55:28 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-11-27 12:50:06 +0100
commiteabed8f256426a2008bace782fdf6c9a5cb8020f (patch)
treea404ab305b644b56b72463288a3293c9c94226a5
parent4aab0a2d471837de024b1227103872816b20b82e (diff)
downloadlinux-eabed8f256426a2008bace782fdf6c9a5cb8020f.tar.bz2
media: Documentation: userspace-api/media: dvb/demux: drop doubled word
Drop the doubled word "and". 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>
-rw-r--r--Documentation/userspace-api/media/dvb/demux.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/userspace-api/media/dvb/demux.rst b/Documentation/userspace-api/media/dvb/demux.rst
index 364ef48472ee..ef05abcf14d1 100644
--- a/Documentation/userspace-api/media/dvb/demux.rst
+++ b/Documentation/userspace-api/media/dvb/demux.rst
@@ -11,7 +11,7 @@ digital TV. If the driver and hardware supports, those filters are
implemented at the hardware. Otherwise, the Kernel provides a software
emulation.
-It can be accessed through ``/dev/adapter?/demux?``. Data types and and
+It can be accessed through ``/dev/adapter?/demux?``. Data types and
ioctl definitions can be accessed by including ``linux/dvb/dmx.h`` in
your application.