]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv6/exthdrs.c
[NET]: cleanup extra semicolons
[net-next-2.6.git] / net / ipv6 / exthdrs.c
index 275d2e812a44e882780c249a09fe3205e3159fac..4aa7fb024b3a1eccdf874bdc6289e73fba0c247c 100644 (file)
@@ -130,7 +130,7 @@ static int ip6_tlvopt_unknown(struct sk_buff **skbp, int optoff)
        case 2: /* send ICMP PARM PROB regardless and drop packet */
                icmpv6_param_prob(skb, ICMPV6_UNK_OPTION, optoff);
                return 0;
-       };
+       }
 
        kfree_skb(skb);
        return 0;