mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 11:23:09 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
67b587cd94
commit
3ee5afde0e
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user