Re: [PATCH] correct typo in __xfrm4_bundle_create()

2007-12-05 Thread David Miller
From: "Ian Brown" <[EMAIL PROTECTED]> Date: Wed, 5 Dec 2007 16:33:56 +0200 > Hello, > Sorry, but I had tried several times from 3 machines (without > iptables/SELinux) and git-clone > gives "Connection refused" error. > > git-clone git://kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25.git

Re: [PATCH] correct typo in __xfrm4_bundle_create()

2007-12-05 Thread Ian Brown
Hello, Sorry, but I had tried several times from 3 machines (without iptables/SELinux) and git-clone gives "Connection refused" error. git-clone git://kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25.git 2.6.25 Initialized empty Git repository in /work/src/2.6.25/.git/ fatal: unable to conne

Re: [PATCH] correct typo in __xfrm4_bundle_create()

2007-12-05 Thread David Miller
From: "Ian Brown" <[EMAIL PROTECTED]> Date: Wed, 5 Dec 2007 15:59:52 +0200 > Hello, > Sorry ; but is this tree can be fetched ? it requires a password. > > I try: > git-clone kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.25.git net-2.6.25 > and get: > [EMAIL PROTECTED]'s password: Use the g

Re: [PATCH] correct typo in __xfrm4_bundle_create()

2007-12-05 Thread Ian Brown
Hello, Sorry ; but is this tree can be fetched ? it requires a password. I try: git-clone kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.25.git net-2.6.25 and get: [EMAIL PROTECTED]'s password: Ian On Dec 5, 2007 3:47 PM, David Miller <[EMAIL PROTECTED]> wrote: > From: "Ian Brown" <[EMAIL PR

Re: [PATCH] correct typo in __xfrm4_bundle_create()

2007-12-05 Thread David Miller
From: "Ian Brown" <[EMAIL PROTECTED]> Date: Wed, 5 Dec 2007 15:41:37 +0200 > 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 neighbo

Re: [PATCH] correct typo in __xfrm4_bundle_create()

2007-12-05 Thread Ian Brown
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: "I

Re: [PATCH] correct typo in __xfrm4_bundle_create()

2007-12-05 Thread David Miller
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 gm

[PATCH] correct typo in __xfrm4_bundle_create()

2007-12-05 Thread Ian Brown
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: [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_polic