aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/bcm/HostMIBSInterface.h
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2012-11-25 19:28:48 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-26 16:07:56 -0800
commit381874ce4d177a42194b27e43f4f9a11b711db79 (patch)
treeb3f845552787d7794e0d3ab7e20fbe820b2a31e4 /drivers/staging/bcm/HostMIBSInterface.h
parent73a8ff09eddb58bb0943531356ff2cf82895dd80 (diff)
Staging: bcm: Replace LONG with long in HostMIBSInterface.h
This patch replaces "LONG" with "long" in HostMIBSInterface.h. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/bcm/HostMIBSInterface.h')
-rw-r--r--drivers/staging/bcm/HostMIBSInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/HostMIBSInterface.h b/drivers/staging/bcm/HostMIBSInterface.h
index 1d291f0160c..d670acf0750 100644
--- a/drivers/staging/bcm/HostMIBSInterface.h
+++ b/drivers/staging/bcm/HostMIBSInterface.h
@@ -108,7 +108,7 @@ typedef struct _S_MIBS_PHS_RULE {
B_UINT8 u8PHSS;
B_UINT8 u8PHSV;
B_UINT8 reserved[5];
- LONG PHSModifiedBytes;
+ long PHSModifiedBytes;
unsigned long PHSModifiedNumPackets;
unsigned long PHSErrorNumPackets;
} S_MIBS_PHS_RULE;