]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5a2295ad94aa5b8bb0e9ec9a154e3606ba46c311
tree61db55f68bd72ebed1582d690377914f736e63e3
parentf38c2c2985039ff535f39670208bd0c3213c1865
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