diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-02-18 20:28:55 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-03-01 15:26:20 +0100 |
commit | 868c9a17e22c89d241f12501e21ae4f104ce036c (patch) | |
tree | f1a2a1f487d788cf1335e08e4301cb97c0fb96a9 /drivers/media/dvb-frontends/s5h1409.c | |
parent | media: imx7_mipi_csis: remove internal ops (diff) | |
download | linux-868c9a17e22c89d241f12501e21ae4f104ce036c.tar.xz 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/s5h1409.c')
-rw-r--r-- | drivers/media/dvb-frontends/s5h1409.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/s5h1409.c b/drivers/media/dvb-frontends/s5h1409.c index ceeb0c3551ce..a2907d035fe2 100644 --- a/drivers/media/dvb-frontends/s5h1409.c +++ b/drivers/media/dvb-frontends/s5h1409.c @@ -490,7 +490,7 @@ static void s5h1409_set_qam_amhum_mode(struct dvb_frontend *fe) if (state->qam_state == QAM_STATE_QAM_OPTIMIZED_L3) { /* We've already reached the maximum optimization level, so - dont bother banging on the status registers */ + don't bother banging on the status registers */ return; } |