From: Mauro Carvalho Chehab Date: Mon, 8 Apr 2013 00:07:47 +0000 (-0300) Subject: [media] mb86a20s: better name temp vars at mb86a20s_layer_bitrate() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~81^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0562aef296c251e50b0934e6af113c511349dd9c;p=pandora-kernel.git [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 Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed