diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c index d5740cf30d2cfea68c6af18ba8aa1cf21b2c08f2..26569cee206b65c438bd739939e9731d84cd7670 100644 --- a/net/ipv4/raw.c +++ b/net/ipv4/raw.c @@ -262,7 +262,7 @@ static void raw_err(struct sock *sk, struct sk_buff *skb, u32 info) void raw_icmp_error(struct sk_buff *skb, int protocol, u32 info) { - struct net *net = dev_net(skb->dev);; + struct net *net = dev_net(skb->dev); struct hlist_nulls_head *hlist; struct hlist_nulls_node *hnode; int dif = skb->dev->ifindex;