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

* Re: [PATCH net-next] netfilter: remove double colon
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Denis Kirjanov @ 2014-01-15 18:05 UTC (permalink / raw)
  To: Stephen Hemminger
  Cc: Pablo Neira Ayuso, David S. Miller, netdev, netfilter-devel

You did miss the "---" after SOB ;)

On 1/15/14, Stephen Hemminger <stephen@networkplumber.org> wrote:
> 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
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

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

* Re: [PATCH net-next] netfilter: remove double colon
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Pablo Neira Ayuso @ 2014-02-19 10:08 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: David S. Miller, netdev, netfilter-devel

On Wed, Jan 15, 2014 at 08:12:50AM -0800, Stephen Hemminger wrote:
> This is C not shell script

This one didn't reach in time to the previous merge window.

Now applied, thanks!

^ 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).