From c9adafa3b2fd4bc5f15cdf95e6cbd25256ae0f28 Mon Sep 17 00:00:00 2001 From: Jemma Denson Date: Tue, 19 May 2015 17:32:55 -0300 Subject: [PATCH] [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 --- drivers/media/dvb-frontends/cx24120.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1