aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/xc4000.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/xc4000.c
parentmedia: rc: fix several typos (diff)
downloadlinux-dev-dda1bb4e971e0105adfb1f00db7c2e1aefe3a314.tar.xz
linux-dev-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 '')
-rw-r--r--drivers/media/tuners/xc4000.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/tuners/xc4000.c b/drivers/media/tuners/xc4000.c
index eb6d65dae748..a351390ee744 100644
--- a/drivers/media/tuners/xc4000.c
+++ b/drivers/media/tuners/xc4000.c
@@ -1471,8 +1471,8 @@ static int xc4000_get_signal(struct dvb_frontend *fe, u16 *strength)
if (rc < 0)
goto ret;
- /* Informations from real testing of DVB-T and radio part,
- coeficient for one dB is 0xff.
+ /* Information from real testing of DVB-T and radio part,
+ coefficient for one dB is 0xff.
*/
tuner_dbg("Signal strength: -%ddB (%05d)\n", value >> 8, value);