Staging: bcm: Rename B_UINT32 to "unsigned int" in Misc.c
authorKevin McKinney <klmckinney1@gmail.com>
Fri, 19 Oct 2012 02:40:11 +0000 (22:40 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Oct 2012 20:43:25 +0000 (13:43 -0700)
This patch renames uppercase B_UINT32 to
"unsigned int" in Misc.c.

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

index 943ef84c13b8bf19954c252b8992c956467756a1..77e4a51c4d2a5d29dbfb7a0da7258b91914ab9cb 100644 (file)
@@ -1392,7 +1392,7 @@ static void SendShutModeResponse(struct bcm_mini_adapter *Adapter)
 
 static void HandleShutDownModeRequest(struct bcm_mini_adapter *Adapter, PUCHAR pucBuffer)
 {
-       B_UINT32 uiResetValue = 0;
+       unsigned int uiResetValue = 0;
 
        BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, MP_SHUTDOWN, DBG_LVL_ALL, "====>\n");