Hello, Sorry; I was not aware of it; I am sending here the patch as an attachment. It is a typo correction in __xfrm4_bundle_create() in net/ipv4/xfrm4_policy.c; it should be "Copy neighbour" instead "Copy neighbout" Ian
On Dec 5, 2007 3:20 PM, David Miller <[EMAIL PROTECTED]> wrote: > From: "Ian Brown" <[EMAIL PROTECTED]> > Date: Wed, 5 Dec 2007 12:49:52 +0200 > > > This is a typo correction in net/ipv4/xfrm4_policy.c; it should be > > "Copy neighbour" instead "Copy neighbout", > > Your email client has corrupted the patch by adding > newlines among other things. > > This happens often for gmail users, because by default > gmail does text formatting which you don't want it > to do for patches because it corrupts them. > > Please use an attachment or some other method to prevent > this form happening so that you patch is not corrupted. >
Signed-off-by: [EMAIL PROTECTED] diff --git a/a/net/ipv4/xfrm4_policy.c b/b/net/ipv4/xfrm4_policy.c index cc86fb1..390dc7c 100644 --- a/a/net/ipv4/xfrm4_policy.c +++ b/b/net/ipv4/xfrm4_policy.c @@ -165,7 +165,7 @@ __xfrm4_bundle_create(struct xfrm_policy *policy, struct xfrm_state **xfrm, int 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; dst_prev->output = dst_prev->xfrm->outer_mode->afinfo->output;