提交 11f49a23 编写于 作者: K Kevin McKinney 提交者: Greg Kroah-Hartman

Staging: bcm: Replace ULONG with unsigned long in PHSDefines.h

This patch replaces "ULONG" with "unsigned long"
in PHSDefines.h
Signed-off-by: NKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 72ccb863
......@@ -49,8 +49,8 @@ typedef struct _S_PHS_RULE {
u8 bUnclassifiedPHSRule;
u8 u8Reserved[3];
LONG PHSModifiedBytes;
ULONG PHSModifiedNumPackets;
ULONG PHSErrorNumPackets;
unsigned long PHSModifiedNumPackets;
unsigned long PHSErrorNumPackets;
} S_PHS_RULE;
typedef enum _E_CLASSIFIER_ENTRY_CONTEXT {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册