From: Randy Dunlap Date: Fri, 3 Jul 2020 23:55:28 +0000 (+0200) Subject: media: Documentation: userspace-api/media: dvb/demux: drop doubled word X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=eabed8f256426a2008bace782fdf6c9a5cb8020f;p=linux.git media: Documentation: userspace-api/media: dvb/demux: drop doubled word Drop the doubled word "and". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab --- diff --git a/Documentation/userspace-api/media/dvb/demux.rst b/Documentation/userspace-api/media/dvb/demux.rst index 364ef48472eea..ef05abcf14d12 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.