Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
Mauro Carvalho Chehab
eabed8f2 4aab0a2d

+1 -1
+1 -1
Documentation/userspace-api/media/dvb/demux.rst
··· 11 11 implemented at the hardware. Otherwise, the Kernel provides a software 12 12 emulation. 13 13 14 - It can be accessed through ``/dev/adapter?/demux?``. Data types and and 14 + It can be accessed through ``/dev/adapter?/demux?``. Data types and 15 15 ioctl definitions can be accessed by including ``linux/dvb/dmx.h`` in 16 16 your application. 17 17