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:
Kevin McKinney 2012-12-20 00:31:27 -05:00 committed by Greg Kroah-Hartman
parent 11f49a2346
commit 86773aa912
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ typedef struct _S_PHS_RULE {
u8 u8RefCnt;
u8 bUnclassifiedPHSRule;
u8 u8Reserved[3];
LONG PHSModifiedBytes;
long PHSModifiedBytes;
unsigned long PHSModifiedNumPackets;
unsigned long PHSErrorNumPackets;
} S_PHS_RULE;