Merge tag 'linux-can-next-for-3.15-20140317' of git://gitorious.org/linux-can/linux...
[linux-2.6-block.git] / net / ipv4 / netfilter.c
index c3e0adea9c277585f01dff2f1740787bb3d19a66..7ebd6e37875cc95b08d294ff64306925d05e550e 100644 (file)
@@ -61,7 +61,7 @@ int ip_route_me_harder(struct sk_buff *skb, unsigned int addr_type)
                skb_dst_set(skb, NULL);
                dst = xfrm_lookup(net, dst, flowi4_to_flowi(&fl4), skb->sk, 0);
                if (IS_ERR(dst))
-                       return PTR_ERR(dst);;
+                       return PTR_ERR(dst);
                skb_dst_set(skb, dst);
        }
 #endif