netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] netfilter: remove double colon
@ 2014-01-15 16:12 Stephen Hemminger
  2014-01-15 18:05 ` Denis Kirjanov
  2014-02-19 10:08 ` Pablo Neira Ayuso
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen Hemminger @ 2014-01-15 16:12 UTC (permalink / raw)
  To: Pablo Neira Ayuso, David S. Miller; +Cc: netdev, netfilter-devel

This is C not shell script

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

--- a/net/ipv4/netfilter.c	2013-12-31 17:45:31.993942921 -0800
+++ b/net/ipv4/netfilter.c	2014-01-15 08:10:49.793785943 -0800
@@ -61,7 +61,7 @@ int ip_route_me_harder(struct sk_buff *s
 		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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-19 10:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 16:12 [PATCH net-next] netfilter: remove double colon Stephen Hemminger
2014-01-15 18:05 ` Denis Kirjanov
2014-02-19 10:08 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).