From: Jemma Denson Date: Tue, 19 May 2015 20:32:55 +0000 (-0300) Subject: [media] cx24120: Update comment & fix typo X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c9adafa3b2fd4bc5f15cdf95e6cbd25256ae0f28;p=deliverable%2Flinux.git [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 Signed-off-by: Patrick Boettcher Signed-off-by: Mauro Carvalho Chehab --- 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;