aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/icmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/icmp.c')
-rw-r--r--net/ipv6/icmp.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/ipv6/icmp.c b/net/ipv6/icmp.c
index 4e52d52a6752..6ae5dd3f4d0d 100644
--- a/net/ipv6/icmp.c
+++ b/net/ipv6/icmp.c
@@ -864,10 +864,8 @@ static int icmpv6_rcv(struct sk_buff *skb)
864 goto discard_it; 864 goto discard_it;
865 hdr = icmp6_hdr(skb); 865 hdr = icmp6_hdr(skb);
866 866
867 /* 867 /* to notify */
868 * Drop through to notify 868 /* fall through */
869 */
870
871 case ICMPV6_DEST_UNREACH: 869 case ICMPV6_DEST_UNREACH:
872 case ICMPV6_TIME_EXCEED: 870 case ICMPV6_TIME_EXCEED:
873 case ICMPV6_PARAMPROB: 871 case ICMPV6_PARAMPROB: