aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJemma Denson <[email protected]>2015-05-19 17:32:55 -0300
committerMauro Carvalho Chehab <[email protected]>2015-05-20 09:03:41 -0300
commitc9adafa3b2fd4bc5f15cdf95e6cbd25256ae0f28 (patch)
treef7394f57a4c1893db6a821ee7e2a3d9a0b8e5bc4
parente3f2f63e8cc8a9b9a16f351b55a108ab82de6d2e (diff)
[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 <[email protected]> Signed-off-by: Patrick Boettcher <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-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;