]> Pileus Git - ~andy/linux/commitdiff
Staging: bcm: Replace VOID with void in IPv6ProtocolHdr.h
authorKevin McKinney <klmckinney1@gmail.com>
Tue, 11 Dec 2012 02:55:01 +0000 (21:55 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2013 18:49:01 +0000 (10:49 -0800)
This patch replaces "VOID" with "void" in
IPv6ProtocolHdr.h.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/IPv6ProtocolHdr.h

index a21804001def3c5a9a9ec540e33d5dacd7626d31..ea35ac53695e1009f71a1f61f2b48125f1a9c771 100644 (file)
@@ -82,7 +82,7 @@ unsigned short IpVersion6(struct bcm_mini_adapter *Adapter, /* < Pointer to the
                                        void *pcIpHeader, /* <Pointer to the IP Hdr of the packet */
                                        struct bcm_classifier_rule *pstClassifierRule);
 
-VOID DumpIpv6Address(unsigned long *puIpv6Address);
+void DumpIpv6Address(unsigned long *puIpv6Address);
 
 extern BOOLEAN MatchSrcPort(struct bcm_classifier_rule *pstClassifierRule, unsigned short ushSrcPort);
 extern BOOLEAN MatchDestPort(struct bcm_classifier_rule *pstClassifierRule, unsigned short ushSrcPort);