diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-04 01:55:28 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-11-27 12:50:06 +0100 |
commit | eabed8f256426a2008bace782fdf6c9a5cb8020f (patch) | |
tree | a404ab305b644b56b72463288a3293c9c94226a5 /Documentation/userspace-api | |
parent | 4aab0a2d471837de024b1227103872816b20b82e (diff) | |
download | linux-eabed8f256426a2008bace782fdf6c9a5cb8020f.tar.gz linux-eabed8f256426a2008bace782fdf6c9a5cb8020f.tar.bz2 linux-eabed8f256426a2008bace782fdf6c9a5cb8020f.zip |
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>
Diffstat (limited to 'Documentation/userspace-api')
-rw-r--r-- | Documentation/userspace-api/media/dvb/demux.rst | 2 |
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. |