From: Kevin McKinney Date: Mon, 26 Nov 2012 00:28:48 +0000 (-0500) Subject: Staging: bcm: Replace LONG with long in HostMIBSInterface.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=381874ce4d177a42194b27e43f4f9a11b711db79;p=deliverable%2Flinux.git 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 --- 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;