]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv6/ndisc.c
[NET]: cleanup extra semicolons
[net-next-2.6.git] / net / ipv6 / ndisc.c
index b1cf7081647775c1f819728bb177a89a17502fa6..4ee1216f8018683fbfaea4b28b2f7e94a0a5d5c0 100644 (file)
@@ -1630,7 +1630,7 @@ int ndisc_rcv(struct sk_buff *skb)
        case NDISC_REDIRECT:
                ndisc_redirect_rcv(skb);
                break;
-       };
+       }
 
        return 0;
 }