netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC][PATCH] trivial typo correction in net/ipv4/xfrm4_policy.c
@ 2007-09-17  7:50 Ian Brown
  2007-09-17 16:59 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Brown @ 2007-09-17  7:50 UTC (permalink / raw)
  To: netdev

Hello,
  This is a  trivial typo correction in net/ipv4/xfrm4_policy.c which
hunted my eye...

Regards,
Ian Brown

Signed-off-by: ianbrn@gmail.com


--- linux-2.6.23-rc5-clean/net/ipv4/xfrm4_policy.c	2007-09-01
09:08:24.000000000 +0300
+++ linux-2.6.23-rc5/net/ipv4/xfrm4_policy.c	2007-09-17 09:36:04.000000000 +0200
@@ -166,7 +166,7 @@
 		dst_prev->trailer_len	= trailer_len;
 		memcpy(&dst_prev->metrics, &x->route->metrics, sizeof(dst_prev->metrics));

-		/* Copy neighbout for reachability confirmation */
+		/* Copy neighbour for reachability confirmation */
 		dst_prev->neighbour	= neigh_clone(rt->u.dst.neighbour);
 		dst_prev->input		= rt->u.dst.input;
 		/* XXX: When IPv6 module can be unloaded, we should manage reference

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

* Re: [RFC][PATCH] trivial typo correction in net/ipv4/xfrm4_policy.c
  2007-09-17  7:50 [RFC][PATCH] trivial typo correction in net/ipv4/xfrm4_policy.c Ian Brown
@ 2007-09-17 16:59 ` David Miller
  2007-09-18  7:46   ` Ian Brown
  0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2007-09-17 16:59 UTC (permalink / raw)
  To: ianbrn; +Cc: netdev

From: "Ian Brown" <ianbrn@gmail.com>
Date: Mon, 17 Sep 2007 09:50:15 +0200

> Hello,
>   This is a  trivial typo correction in net/ipv4/xfrm4_policy.c which
> hunted my eye...
> 
> Regards,
> Ian Brown
> 
> Signed-off-by: ianbrn@gmail.com

Your mail client word-wrapped the patch so it doesn't apply
cleanly, please report with full changelog et al. after
you've corrected this.

Thanks.

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

* Re: [RFC][PATCH] trivial typo correction in net/ipv4/xfrm4_policy.c
  2007-09-17 16:59 ` David Miller
@ 2007-09-18  7:46   ` Ian Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Brown @ 2007-09-18  7:46 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

Hello,

Now it seems to me ok and I hope it can be applied cleanly. The only
change here is  "Copy neighbour" instead "Copy neighbout"  in the
comment in net/ipv4/xfrm4_policy.c

Regards,
Ian Brown

Signed-off-by: ianbrn@gmail.com


--- a/net/ipv4/xfrm4_policy.c	2007-09-01 09:08:24.000000000 +0300
+++ b/net/ipv4/xfrm4_policy.c	2007-09-17 09:36:04.000000000 +0200
@@ -166,7 +166,7 @@
 		dst_prev->trailer_len	= trailer_len;
 		memcpy(&dst_prev->metrics, &x->route->metrics, sizeof(dst_prev->metrics));

-		/* Copy neighbout for reachability confirmation */
+		/* Copy neighbour for reachability confirmation */
 		dst_prev->neighbour	= neigh_clone(rt->u.dst.neighbour);
 		dst_prev->input		= rt->u.dst.input;
 		/* XXX: When IPv6 module can be unloaded, we should manage reference



On 9/17/07, David Miller <davem@davemloft.net> wrote:
> From: "Ian Brown" <ianbrn@gmail.com>
> Date: Mon, 17 Sep 2007 09:50:15 +0200
>
> > Hello,
> >   This is a  trivial typo correction in net/ipv4/xfrm4_policy.c which
> > hunted my eye...
> >
> > Regards,
> > Ian Brown
> >
> > Signed-off-by: ianbrn@gmail.com
>
> Your mail client word-wrapped the patch so it doesn't apply
> cleanly, please report with full changelog et al. after
> you've corrected this.
>
> Thanks.
>

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

end of thread, other threads:[~2007-09-18  7:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-17  7:50 [RFC][PATCH] trivial typo correction in net/ipv4/xfrm4_policy.c Ian Brown
2007-09-17 16:59 ` David Miller
2007-09-18  7:46   ` Ian Brown

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