aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/or51211.c
diff options
context:
space:
mode:
authorGravatar Mauro Carvalho Chehab <mchehab+samsung@kernel.org> 2019-02-18 14:28:55 -0500
committerGravatar Mauro Carvalho Chehab <mchehab+samsung@kernel.org> 2019-03-01 09:26:20 -0500
commit868c9a17e22c89d241f12501e21ae4f104ce036c (patch)
treef1a2a1f487d788cf1335e08e4301cb97c0fb96a9 /drivers/media/dvb-frontends/or51211.c
parentmedia: imx7_mipi_csis: remove internal ops (diff)
downloadlinux-868c9a17e22c89d241f12501e21ae4f104ce036c.tar.gz
linux-868c9a17e22c89d241f12501e21ae4f104ce036c.tar.bz2
linux-868c9a17e22c89d241f12501e21ae4f104ce036c.zip
media: dvb-frontends: 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/dvb-frontends/or51211.c')
-rw-r--r--drivers/media/dvb-frontends/or51211.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/or51211.c b/drivers/media/dvb-frontends/or51211.c
index a39bbd8ff1f0..7343da11a1d8 100644
--- a/drivers/media/dvb-frontends/or51211.c
+++ b/drivers/media/dvb-frontends/or51211.c
@@ -59,7 +59,7 @@ struct or51211_state {
/* Demodulator private data */
u8 initialized:1;
- u32 snr; /* Result of last SNR claculation */
+ u32 snr; /* Result of last SNR calculation */
/* Tuner private data */
u32 current_frequency;