[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <d0383f90712050249q3bc0e249h4cb66dc0ea97f172@mail.gmail.com>
Date: Wed, 5 Dec 2007 12:49:52 +0200
From: "Ian Brown" <ianbrn@...il.com>
To: "David Miller" <davem@...emloft.net>, netdev@...r.kernel.org
Subject: [PATCH] correct typo in __xfrm4_bundle_create()
Hello,
This is a typo correction in net/ipv4/xfrm4_policy.c; it should be
"Copy neighbour" instead "Copy neighbout",
Regards,
Ian Brown
Signed-off-by: ianbrn@...il.com
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;
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists