]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
[media] cx24120: Update comment & fix typo
authorJemma Denson <jdenson@gmail.com>
Tue, 19 May 2015 20:32:55 +0000 (17:32 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 20 May 2015 12:03:41 +0000 (09:03 -0300)
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>
drivers/media/dvb-frontends/cx24120.c

index dc80e6affeae67ff4c43b3ff98d0cdd00d8875f9..d1c7ccb94c225fa8f5ef0e3f04658b3eaf51ca59 100644 (file)
@@ -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;