Commit 381874ce authored by Kevin McKinney's avatar Kevin McKinney Committed by Greg Kroah-Hartman

Staging: bcm: Replace LONG with long in HostMIBSInterface.h

This patch replaces "LONG" with "long" in
HostMIBSInterface.h.
Signed-off-by: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 73a8ff09
...@@ -108,7 +108,7 @@ typedef struct _S_MIBS_PHS_RULE { ...@@ -108,7 +108,7 @@ typedef struct _S_MIBS_PHS_RULE {
B_UINT8 u8PHSS; B_UINT8 u8PHSS;
B_UINT8 u8PHSV; B_UINT8 u8PHSV;
B_UINT8 reserved[5]; B_UINT8 reserved[5];
LONG PHSModifiedBytes; long PHSModifiedBytes;
unsigned long PHSModifiedNumPackets; unsigned long PHSModifiedNumPackets;
unsigned long PHSErrorNumPackets; unsigned long PHSErrorNumPackets;
} S_MIBS_PHS_RULE; } S_MIBS_PHS_RULE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment