diff options
author | Jemma Denson <jdenson@gmail.com> | 2015-05-19 23:32:55 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-20 15:03:41 +0300 |
commit | c9adafa3b2fd4bc5f15cdf95e6cbd25256ae0f28 (patch) | |
tree | f7394f57a4c1893db6a821ee7e2a3d9a0b8e5bc4 /drivers/media/dvb-frontends/cx24120.c | |
parent | e3f2f63e8cc8a9b9a16f351b55a108ab82de6d2e (diff) | |
download | linux-c9adafa3b2fd4bc5f15cdf95e6cbd25256ae0f28.tar.xz |
[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/cx24120.c')
-rw-r--r-- | drivers/media/dvb-frontends/cx24120.c | 2 |
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; |