media: tuners: fix several typos

Use codespell to fix lots of typos over frontends.

Manually verified to avoid false-positives.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
Mauro Carvalho Chehab
2019-02-18 14:29:02 -05:00
parent 04ad30112a
commit dda1bb4e97
7 changed files with 14 additions and 14 deletions

View File

@@ -528,14 +528,14 @@ int tda18271_init_regs(struct dvb_frontend *fe)
* Standby modes, EP3 [7:5]
*
* | SM || SM_LT || SM_XT || mode description
* |=====\\=======\\=======\\===================================
* |=====\\=======\\=======\\====================================
* | 0 || 0 || 0 || normal mode
* |-----||-------||-------||-----------------------------------
* |-----||-------||-------||------------------------------------
* | || || || standby mode w/ slave tuner output
* | 1 || 0 || 0 || & loop thru & xtal oscillator on
* |-----||-------||-------||-----------------------------------
* | 1 || 0 || 0 || & loop through & xtal oscillator on
* |-----||-------||-------||------------------------------------
* | 1 || 1 || 0 || standby mode w/ xtal oscillator on
* |-----||-------||-------||-----------------------------------
* |-----||-------||-------||------------------------------------
* | 1 || 1 || 1 || power off
*
*/