aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/m88rs2000.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-02-18 14:28:55 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-03-01 09:26:20 -0500
commit868c9a17e22c89d241f12501e21ae4f104ce036c (patch)
treef1a2a1f487d788cf1335e08e4301cb97c0fb96a9 /drivers/media/dvb-frontends/m88rs2000.c
parentmedia: imx7_mipi_csis: remove internal ops (diff)
downloadlinux-dev-868c9a17e22c89d241f12501e21ae4f104ce036c.tar.xz
linux-dev-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/m88rs2000.c')
-rw-r--r--drivers/media/dvb-frontends/m88rs2000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/m88rs2000.c b/drivers/media/dvb-frontends/m88rs2000.c
index d5bc85501f9e..13888732951c 100644
--- a/drivers/media/dvb-frontends/m88rs2000.c
+++ b/drivers/media/dvb-frontends/m88rs2000.c
@@ -701,7 +701,7 @@ static int m88rs2000_set_frontend(struct dvb_frontend *fe)
if (status & FE_HAS_LOCK) {
state->fec_inner = m88rs2000_get_fec(state);
- /* Uknown suspect SNR level */
+ /* Unknown suspect SNR level */
reg = m88rs2000_readreg(state, 0x65);
}