aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2012-12-10 21:55:00 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-07 10:49:01 -0800
commit3ee5afde0e66823201346cdf6e0eb2f6ed1f5af1 (patch)
tree44d89e8a0b9fcc566ca4999e48f01039d8d4b305
parent67b587cd94a9cb16ad65eba80da36757f5486e58 (diff)
Staging: bcm: Replace PVOID with void * in IPv6ProtocolHdr.h
This patch replaces "PVOID" with "void *" in IPv6ProtocolHdr.h. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/bcm/IPv6ProtocolHdr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/IPv6ProtocolHdr.h b/drivers/staging/bcm/IPv6ProtocolHdr.h
index e966f7efce2..a21804001de 100644
--- a/drivers/staging/bcm/IPv6ProtocolHdr.h
+++ b/drivers/staging/bcm/IPv6ProtocolHdr.h
@@ -79,7 +79,7 @@ typedef enum _E_IPADDR_CONTEXT {
/* Function Prototypes */
unsigned short IpVersion6(struct bcm_mini_adapter *Adapter, /* < Pointer to the driver control structure */
- PVOID pcIpHeader, /* <Pointer to the IP Hdr of the packet */
+ void *pcIpHeader, /* <Pointer to the IP Hdr of the packet */
struct bcm_classifier_rule *pstClassifierRule);
VOID DumpIpv6Address(unsigned long *puIpv6Address);