aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-12-28 19:35:48 -0200
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-01-30 15:44:42 -0200
commitf8d5219dcd3bf08b61116124637507fcb3e2da6c (patch)
treea45484aa4efb1e4a7c5d35ae5e5c0847d224fc94 /drivers/media/dvb-frontends
parent[media] am437x-vpfe: always assign bpp variable (diff)
downloadlinux-dev-f8d5219dcd3bf08b61116124637507fcb3e2da6c.tar.xz
linux-dev-f8d5219dcd3bf08b61116124637507fcb3e2da6c.zip
[media] dvb-frontends: fix spelling mistake on cx24123_pll_calcutate
trivial fix to spelling mistake of function name in err message, should be cx24123_pll_calculate instead of cx24123_pll_calcutate. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-frontends')
-rw-r--r--drivers/media/dvb-frontends/cx24123.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/cx24123.c b/drivers/media/dvb-frontends/cx24123.c
index 1dbb9fbd789b..4ae3d922a8e8 100644
--- a/drivers/media/dvb-frontends/cx24123.c
+++ b/drivers/media/dvb-frontends/cx24123.c
@@ -649,7 +649,7 @@ static int cx24123_pll_tune(struct dvb_frontend *fe)
dprintk("frequency=%i\n", p->frequency);
if (cx24123_pll_calculate(fe) != 0) {
- err("%s: cx24123_pll_calcutate failed\n", __func__);
+ err("%s: cx24123_pll_calculate failed\n", __func__);
return -EINVAL;
}