Skip to content

Commit

Permalink
[media] cx24120: Update comment & fix typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jemma Denson authored and Mauro Carvalho Chehab committed May 20, 2015
1 parent e3f2f63 commit c9adafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb-frontends/cx24120.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c9adafa

Please sign in to comment.