summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends
diff options
context:
space:
mode:
authorJemma Denson2015-05-19 22:32:55 +0200
committerMauro Carvalho Chehab2015-05-20 14:03:41 +0200
commitc9adafa3b2fd4bc5f15cdf95e6cbd25256ae0f28 (patch)
treef7394f57a4c1893db6a821ee7e2a3d9a0b8e5bc4 /drivers/media/dvb-frontends
parent[media] cx24120: Check for lock before updating BER & UCB (diff)
downloadkernel-qcow2-linux-c9adafa3b2fd4bc5f15cdf95e6cbd25256ae0f28.tar.gz
kernel-qcow2-linux-c9adafa3b2fd4bc5f15cdf95e6cbd25256ae0f28.tar.xz
kernel-qcow2-linux-c9adafa3b2fd4bc5f15cdf95e6cbd25256ae0f28.zip
[media] cx24120: Update comment & fix typo
These state vars are used for more than just ber calculation, also fix typo. Signed-off-by: Jemma Denson <jdenson@gmail.com> Signed-off-by: Patrick Boettcher <patrick.boettcher@posteo.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends')
-rw-r--r--drivers/media/dvb-frontends/cx24120.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/cx24120.c b/drivers/media/dvb-frontends/cx24120.c
index dc80e6affeae..d1c7ccb94c22 100644
--- a/drivers/media/dvb-frontends/cx24120.c
+++ b/drivers/media/dvb-frontends/cx24120.c
@@ -150,7 +150,7 @@ struct cx24120_state {
fe_status_t fe_status;
- /* ber stats calulations */
+ /* dvbv5 stats calculations */
u32 bitrate;
u32 berw_usecs;
u32 ber_prev;