Staging: bcm: Alter name, datatype, and default value of iterator variables.
authorKevin McKinney <klmckinney1@gmail.com>
Thu, 5 Jan 2012 01:29:05 +0000 (20:29 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2012 01:19:06 +0000 (17:19 -0800)
This patch renames variables used in iteration
statements with i, changes the datatype to int,
and removes any default value.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found