Skip to content

Commit

Permalink
Staging: bcm: Replace LONG with long in HostMIBSInterface.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Nov 27, 2012
1 parent 73a8ff0 commit 381874c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/bcm/HostMIBSInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 381874c

Please sign in to comment.