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

media: docs: fix minor typos

Fix minor typos in the DVB demux documentation.

Signed-off-by: Marc Gonzalez <marc.w.gonzalez@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

authored by

Marc Gonzalez and committed by
Mauro Carvalho Chehab
e96a8819 9ff4d4e0

+5 -5
+3 -3
Documentation/media/kapi/dtv-core.rst
··· 11 11 12 12 - Frontend drivers that are usually implemented as two separate drivers: 13 13 14 - - A tuner driver that implements the logic with commands the part of the 15 - hardware with is responsible to tune into a digital TV transponder or 14 + - A tuner driver that implements the logic which commands the part of 15 + the hardware responsible for tuning into a digital TV transponder or 16 16 physical channel. The output of a tuner is usually a baseband or 17 17 Intermediate Frequency (IF) signal; 18 18 19 - - A demodulator driver (a.k.a "demod") that implements the logic with 19 + - A demodulator driver (a.k.a "demod") that implements the logic which 20 20 commands the digital TV decoding hardware. The output of a demod is 21 21 a digital stream, with multiple audio, video and data channels typically 22 22 multiplexed using MPEG Transport Stream [#f1]_.
+2 -2
include/media/dvbdev.h
··· 86 86 * @priv: private data 87 87 * @device: pointer to struct device 88 88 * @module: pointer to struct module 89 - * @mfe_shared: mfe shared: indicates mutually exclusive frontends 90 - * Thie usage of this flag is currently deprecated 89 + * @mfe_shared: indicates mutually exclusive frontends. 90 + * Use of this flag is currently deprecated. 91 91 * @mfe_dvbdev: Frontend device in use, in the case of MFE 92 92 * @mfe_lock: Lock to prevent using the other frontends when MFE is 93 93 * used.