aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/tuners/tda18271-common.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-02-18 14:29:02 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-03-01 09:40:29 -0500
commitdda1bb4e971e0105adfb1f00db7c2e1aefe3a314 (patch)
tree7828765187167a1e196763f6ad092f98ed30feab /drivers/media/tuners/tda18271-common.c
parentmedia: rc: fix several typos (diff)
downloadwireguard-linux-dda1bb4e971e0105adfb1f00db7c2e1aefe3a314.tar.xz
wireguard-linux-dda1bb4e971e0105adfb1f00db7c2e1aefe3a314.zip
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>
Diffstat (limited to 'drivers/media/tuners/tda18271-common.c')
-rw-r--r--drivers/media/tuners/tda18271-common.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/media/tuners/tda18271-common.c b/drivers/media/tuners/tda18271-common.c
index 054b3b747dae..d46a2e775e82 100644
--- a/drivers/media/tuners/tda18271-common.c
+++ b/drivers/media/tuners/tda18271-common.c
@@ -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
*
*/