Staging: bcm: Change INT to int in CmHost.h
authorKevin McKinney <klmckinney1@gmail.com>
Tue, 30 Oct 2012 03:08:50 +0000 (23:08 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Oct 2012 17:35:39 +0000 (10:35 -0700)
This patch changes INT to int
in CmHost.h.

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

index 6138f501a18b2fec62a5a37c35d9d36b6c39e547..055d2e0385e0796840743255398d27d9d57df13b 100644 (file)
@@ -122,8 +122,8 @@ typedef struct stLocalSFChangeIndicationAlt {
 } stLocalSFChangeIndicationAlt;
 
 ULONG StoreCmControlResponseMessage(struct bcm_mini_adapter *Adapter, PVOID pvBuffer, UINT *puBufferLength);
-INT AllocAdapterDsxBuffer(struct bcm_mini_adapter *Adapter);
-INT FreeAdapterDsxBuffer(struct bcm_mini_adapter *Adapter);
+int AllocAdapterDsxBuffer(struct bcm_mini_adapter *Adapter);
+int FreeAdapterDsxBuffer(struct bcm_mini_adapter *Adapter);
 ULONG SetUpTargetDsxBuffers(struct bcm_mini_adapter *Adapter);
 BOOLEAN CmControlResponseMessage(struct bcm_mini_adapter *Adapter, PVOID pvBuffer);