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>
This commit is contained in:
Kevin McKinney 2012-11-25 19:28:48 -05:00 committed by Greg Kroah-Hartman
parent 73a8ff09ed
commit 381874ce4d
1 changed files with 1 additions and 1 deletions

View File

@ -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;