Re: [PATCH] remove unnecessary variable in xfrm_output_resume()

2008-08-13 Thread Jean-Christophe Dubois
Le Wednesday 13 August 2008 11:38:14 David Miller, vous avez écrit : > From: Jean-Christophe Dubois <[EMAIL PROTECTED]> > Date: Tue, 12 Aug 2008 08:12:24 +0200 > > > Small fix removing an unnecessary intermediate variable. > > > > Signed-off-by: Jean-Christophe DUBOIS <[EMAIL PROTECTED]> > > Your

Re: [PATCH] remove unnecessary variable in xfrm_output_resume()

2008-08-13 Thread David Miller
From: Jean-Christophe Dubois <[EMAIL PROTECTED]> Date: Tue, 12 Aug 2008 08:12:24 +0200 > Small fix removing an unnecessary intermediate variable. > > Signed-off-by: Jean-Christophe DUBOIS <[EMAIL PROTECTED]> Your patch is whitespace mangled by your email client, the tab characters have been cor

Re: [PATCH] remove unnecessary variable in xfrm_output_resume()

2008-08-12 Thread David Miller
From: Jean-Christophe Dubois <[EMAIL PROTECTED]> Date: Wed, 13 Aug 2008 07:50:16 +0200 > Le Wednesday 13 August 2008 03:16:04 Herbert Xu, vous avez écrit : > > Jean-Christophe Dubois <[EMAIL PROTECTED]> wrote: > > > Small fix removing an unnecessary intermediate variable. > > > > > > Signed-off-by

Re: [PATCH] remove unnecessary variable in xfrm_output_resume()

2008-08-12 Thread Jean-Christophe Dubois
Le Wednesday 13 August 2008 03:16:04 Herbert Xu, vous avez écrit : > Jean-Christophe Dubois <[EMAIL PROTECTED]> wrote: > > Small fix removing an unnecessary intermediate variable. > > > > Signed-off-by: Jean-Christophe DUBOIS <[EMAIL PROTECTED]> > > Please send this to [EMAIL PROTECTED] and cc [EM

Re: [PATCH] remove unnecessary variable in xfrm_output_resume()

2008-08-12 Thread Herbert Xu
Jean-Christophe Dubois <[EMAIL PROTECTED]> wrote: > Small fix removing an unnecessary intermediate variable. > > Signed-off-by: Jean-Christophe DUBOIS <[EMAIL PROTECTED]> Please send this to [EMAIL PROTECTED] and cc [EMAIL PROTECTED] Thanks, -- Visit Openswan at http://www.openswan.org/ Email:

[PATCH] remove unnecessary variable in xfrm_output_resume()

2008-08-11 Thread Jean-Christophe Dubois
Small fix removing an unnecessary intermediate variable. Signed-off-by: Jean-Christophe DUBOIS <[EMAIL PROTECTED]> --- diff -Naur linux-2.6.26.2.org/net/xfrm/xfrm_output.c linux-2.6.26.2/net/xfrm/xfrm_output.c --- linux-2.6.26.2.org/net/xfrm/xfrm_output.c 2008-08-12 00:37:29.0 +0200