Skip to content

Commit

Permalink
media: docs: fix minor typos
Browse files Browse the repository at this point in the history
Fix minor typos in the DVB demux documentation.

Signed-off-by: Marc Gonzalez <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
mwgonzalez authored and mchehab committed Jun 5, 2019
1 parent 9ff4d4e commit e96a881
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Documentation/media/kapi/dtv-core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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]_.
Expand Down
4 changes: 2 additions & 2 deletions include/media/dvbdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e96a881

Please sign in to comment.