Message ID | 20200703235536.30416-7-rdunlap@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Documentation: userspace-api/media: eliminate duplicated words | expand |
--- linux-next-20200701.orig/Documentation/userspace-api/media/dvb/video.rst +++ linux-next-20200701/Documentation/userspace-api/media/dvb/video.rst @@ -15,7 +15,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
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 Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Cc: linux-media@vger.kernel.org --- Documentation/userspace-api/media/dvb/video.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)