summaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/mxl5005s.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/mxl5005s.c
parent04ad30112aec61004f994d8f51461ec06e208e54 (diff)
downloadlinux-dda1bb4e971e0105adfb1f00db7c2e1aefe3a314.tar.bz2
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/mxl5005s.c')
-rw-r--r--drivers/media/tuners/mxl5005s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/tuners/mxl5005s.c b/drivers/media/tuners/mxl5005s.c
index ec584316c812..1c07e2225fb3 100644
--- a/drivers/media/tuners/mxl5005s.c
+++ b/drivers/media/tuners/mxl5005s.c
@@ -3584,7 +3584,7 @@ static u32 MXL_Ceiling(u32 value, u32 resolution)
return value / resolution + (value % resolution > 0 ? 1 : 0);
}
-/* Retrieve the Initialzation Registers */
+/* Retrieve the Initialization Registers */
static u16 MXL_GetInitRegister(struct dvb_frontend *fe, u8 *RegNum,
u8 *RegVal, int *count)
{