summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2012-10-29 23:08:50 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-30 10:35:39 -0700
commit049e52c1881ff8b332d37422c7fba5f1c3974e87 (patch)
treeb6bdad07750e3b676731c858e774c5fd9ffdeb39 /drivers/staging/bcm
parent264af7ec635e6cc2c282d8269f32fe35ce960aba (diff)
downloadop-kernel-dev-049e52c1881ff8b332d37422c7fba5f1c3974e87.zip
op-kernel-dev-049e52c1881ff8b332d37422c7fba5f1c3974e87.tar.gz
Staging: bcm: Change INT to int in CmHost.h
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>
Diffstat (limited to 'drivers/staging/bcm')
-rw-r--r--drivers/staging/bcm/CmHost.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/bcm/CmHost.h b/drivers/staging/bcm/CmHost.h
index 6138f50..055d2e0 100644
--- a/drivers/staging/bcm/CmHost.h
+++ b/drivers/staging/bcm/CmHost.h
@@ -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);
OpenPOWER on IntegriCloud