Netdev List
 help / color / mirror / Atom feed
* [PATCH] correct typo in __xfrm4_bundle_create()
@ 2007-12-05 10:49 Ian Brown
  2007-12-05 13:20 ` David Miller
  0 siblings, 1 reply; 8+ messages in thread
From: Ian Brown @ 2007-12-05 10:49 UTC (permalink / raw)
  To: David Miller, netdev

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@gmail.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;

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

end of thread, other threads:[~2007-12-05 14:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-05 10:49 [PATCH] correct typo in __xfrm4_bundle_create() Ian Brown
2007-12-05 13:20 ` David Miller
2007-12-05 13:41   ` Ian Brown
2007-12-05 13:47     ` David Miller
2007-12-05 13:59       ` Ian Brown
2007-12-05 14:03         ` David Miller
2007-12-05 14:33           ` Ian Brown
2007-12-05 14:53             ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox