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:
parent
73a8ff09ed
commit
381874ce4d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue