mirror of https://gitee.com/openkylin/linux.git
Staging: bcm: Replace LONG with long in PHSDefines.h
This patch replaces "LONG" with "long" in PHSDefines.h Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
11f49a2346
commit
86773aa912
|
@ -48,7 +48,7 @@ typedef struct _S_PHS_RULE {
|
||||||
u8 u8RefCnt;
|
u8 u8RefCnt;
|
||||||
u8 bUnclassifiedPHSRule;
|
u8 bUnclassifiedPHSRule;
|
||||||
u8 u8Reserved[3];
|
u8 u8Reserved[3];
|
||||||
LONG PHSModifiedBytes;
|
long PHSModifiedBytes;
|
||||||
unsigned long PHSModifiedNumPackets;
|
unsigned long PHSModifiedNumPackets;
|
||||||
unsigned long PHSErrorNumPackets;
|
unsigned long PHSErrorNumPackets;
|
||||||
} S_PHS_RULE;
|
} S_PHS_RULE;
|
||||||
|
|
Loading…
Reference in New Issue