From 381874ce4d177a42194b27e43f4f9a11b711db79 Mon Sep 17 00:00:00 2001 From: Kevin McKinney Date: Sun, 25 Nov 2012 19:28:48 -0500 Subject: [PATCH] Staging: bcm: Replace LONG with long in HostMIBSInterface.h This patch replaces "LONG" with "long" in HostMIBSInterface.h. Signed-off-by: Kevin McKinney Signed-off-by: Greg Kroah-Hartman --- drivers/staging/bcm/HostMIBSInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/bcm/HostMIBSInterface.h b/drivers/staging/bcm/HostMIBSInterface.h index 1d291f0160c7..d670acf07500 100644 --- a/drivers/staging/bcm/HostMIBSInterface.h +++ b/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; -- 2.11.0