Staging: bcm: Replace variables and function outputs defined as INT with int.
authorKevin McKinney <klmckinney1@gmail.com>
Thu, 5 Jan 2012 01:29:04 +0000 (20:29 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2012 01:19:05 +0000 (17:19 -0800)
commitce4bbc2ae4626f6fdf1af8767d59852978e5f942
tree61db55f68bd72ebed1582d690377914f736e63e3
parentcffae184c3146abda6ef1153ac4f844d3ed6e177
Staging: bcm: Replace variables and function outputs defined as INT with int.

This patch replaces all variables and function output
that have a datatype definition of "INT" with "int".

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/CmHost.c