]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv6/icmp.c
[NET]: cleanup extra semicolons
[net-next-2.6.git] / net / ipv6 / icmp.c
index e94992ab92e6b68520b8a78fcd35167b04ecc241..e9bcce9e7bdfb8bf59b74cf199fa16ac8c7a960e 100644 (file)
@@ -732,7 +732,8 @@ static int icmpv6_rcv(struct sk_buff **pskb)
                 */
 
                icmpv6_notify(skb, type, hdr->icmp6_code, hdr->icmp6_mtu);
-       };
+       }
+
        kfree_skb(skb);
        return 0;
 
@@ -865,7 +866,7 @@ int icmpv6_err_convert(int type, int code, int *err)
        case ICMPV6_TIME_EXCEED:
                *err = EHOSTUNREACH;
                break;
-       };
+       }
 
        return fatal;
 }