]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
media: docs: fix minor typos
authorMarc Gonzalez <marc.w.gonzalez@free.fr>
Wed, 5 Jun 2019 11:59:10 +0000 (07:59 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 5 Jun 2019 15:31:51 +0000 (11:31 -0400)
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>
Documentation/media/kapi/dtv-core.rst
include/media/dvbdev.h

index ac005b46f23e5a9baa0e61ba78c31eb5655e6329..82c5b85ed9b180249b08f5d3b529b3cd65b39ed3 100644 (file)
@@ -11,12 +11,12 @@ Digital TV devices are implemented by several different drivers:
 
 - Frontend drivers that are usually implemented as two separate drivers:
 
-  - A tuner driver that implements the logic with commands the part of the
-    hardware with is responsible to tune into a digital TV transponder or
+  - A tuner driver that implements the logic which commands the part of
+    the hardware responsible for tuning into a digital TV transponder or
     physical channel. The output of a tuner is usually a baseband or
     Intermediate Frequency (IF) signal;
 
-  - A demodulator driver (a.k.a "demod") that implements the logic with
+  - A demodulator driver (a.k.a "demod") that implements the logic which
     commands the digital TV decoding hardware. The output of a demod is
     a digital stream, with multiple audio, video and data channels typically
     multiplexed using MPEG Transport Stream [#f1]_.
index 881ca461b7bba455a5155daff03e5777e58726d7..551325858de3d00f5fa6d94a6c1ec8c5f9a85360 100644 (file)
@@ -86,8 +86,8 @@ struct dvb_frontend;
  * @priv:              private data
  * @device:            pointer to struct device
  * @module:            pointer to struct module
- * @mfe_shared:                mfe shared: indicates mutually exclusive frontends
- *                     Thie usage of this flag is currently deprecated
+ * @mfe_shared:                indicates mutually exclusive frontends.
+ *                     Use of this flag is currently deprecated.
  * @mfe_dvbdev:                Frontend device in use, in the case of MFE
  * @mfe_lock:          Lock to prevent using the other frontends when MFE is
  *                     used.