diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-04 01:55:31 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-11-27 12:50:47 +0100 |
commit | c302763139246d613d1c2693ae0b5b3830367d57 (patch) | |
tree | 63e244da605effafc7cdfef7384f0396807d51bc /Documentation/userspace-api/media | |
parent | media: Documentation: userspace-api/media: dvb/dmx-qbuf: drop doubled word (diff) | |
download | linux-c302763139246d613d1c2693ae0b5b3830367d57.tar.xz linux-c302763139246d613d1c2693ae0b5b3830367d57.zip |
media: Documentation: userspace-api/media: dvb/video: 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/media')
-rw-r--r-- | Documentation/userspace-api/media/dvb/video.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/userspace-api/media/dvb/video.rst b/Documentation/userspace-api/media/dvb/video.rst index 3ed1bbfb93c3..38a8d39a1d25 100644 --- a/Documentation/userspace-api/media/dvb/video.rst +++ b/Documentation/userspace-api/media/dvb/video.rst @@ -8,7 +8,7 @@ Digital TV Video Device The Digital TV video device controls the MPEG2 video decoder of the Digital TV hardware. It can be accessed through **/dev/dvb/adapter0/video0**. Data -types and and ioctl definitions can be accessed by including +types and ioctl definitions can be accessed by including **linux/dvb/video.h** in your application. Note that the Digital TV video device only controls decoding of the MPEG video |