Browse Source

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>
Kevin McKinney 12 years ago
parent
commit
381874ce4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/bcm/HostMIBSInterface.h

+ 1 - 1
drivers/staging/bcm/HostMIBSInterface.h

@@ -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;