diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-02-18 14:29:02 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-03-01 09:40:29 -0500 |
commit | dda1bb4e971e0105adfb1f00db7c2e1aefe3a314 (patch) | |
tree | 7828765187167a1e196763f6ad092f98ed30feab /drivers/media/tuners/tda18271.h | |
parent | 04ad30112aec61004f994d8f51461ec06e208e54 (diff) | |
download | lwn-dda1bb4e971e0105adfb1f00db7c2e1aefe3a314.tar.gz lwn-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.h')
-rw-r--r-- | drivers/media/tuners/tda18271.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/tuners/tda18271.h b/drivers/media/tuners/tda18271.h index 7e07966c5ace..1a23532586ef 100644 --- a/drivers/media/tuners/tda18271.h +++ b/drivers/media/tuners/tda18271.h @@ -69,10 +69,10 @@ enum tda18271_i2c_gate { }; enum tda18271_output_options { - /* slave tuner output & loop thru & xtal oscillator always on */ + /* slave tuner output & loop through & xtal oscillator always on */ TDA18271_OUTPUT_LT_XT_ON = 0, - /* slave tuner output loop thru off */ + /* slave tuner output loop through off */ TDA18271_OUTPUT_LT_OFF = 1, /* xtal oscillator off */ |