[media] mb86a20s: better name temp vars at mb86a20s_layer_bitrate()
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 8 Apr 2013 00:07:47 +0000 (21:07 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 8 Apr 2013 10:12:19 +0000 (07:12 -0300)
commit0562aef296c251e50b0934e6af113c511349dd9c
tree4eed80136b101379a769208bf19736200c20d477
parentb1f89331190820c42397156063fe5e39bc514e3b
[media] mb86a20s: better name temp vars at mb86a20s_layer_bitrate()

Using 'i' for the guard interval temporary var is a bad idea, as
'i' is generally used by "anonymous" indexes.
Let's rename modulation, fec and guard interval temp vars with
a meaningful name, as that makes easier to understand the code
and avoids cut-and-paste types of error.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb-frontends/mb86a20s.c