Re: [PATCH 1/1] [IA32-EMU] Remove trailing spaces

2007-11-12 Thread Cyrill Gorcunov
The patch is just an addition to second one. So if you dont like it - just drop it, if it do conflict with other patches - just drop it. That simple :) what is the benefit of removing spaces? "try to keep your code clean" i've read somwhere... On 11/13/07, Andi Kleen <[EMAIL PROTECTED]> wrote: > O

Re: [PATCH 1/1] [IA32-EMU] Remove trailing spaces

2007-11-12 Thread Andi Kleen
On Monday 12 November 2007 23:59:21 David Miller wrote: > From: Andi Kleen <[EMAIL PROTECTED]> > Date: Mon, 12 Nov 2007 23:55:54 +0100 > > > Sure, it's likely not your time that will be wasted. > > I have to respin in excess of 800 networking patches at a time due to > these kinds of things. It'

Re: [PATCH 1/1] [IA32-EMU] Remove trailing spaces

2007-11-12 Thread David Miller
From: Andi Kleen <[EMAIL PROTECTED]> Date: Mon, 12 Nov 2007 23:55:54 +0100 > Sure, it's likely not your time that will be wasted. I have to respin in excess of 800 networking patches at a time due to these kinds of things. It's absolutely trivial, whether by hand or using tool options that help

Re: [PATCH 1/1] [IA32-EMU] Remove trailing spaces

2007-11-12 Thread Andi Kleen
On Monday 12 November 2007 23:50:49 David Miller wrote: > From: Andi Kleen <[EMAIL PROTECTED]> > Date: Mon, 12 Nov 2007 22:01:45 +0100 > > > On Monday 12 November 2007 19:17:47 Cyrill Gorcunov wrote: > > > This patch does remove trailing spaces from > > > source files. > > > > That will just caus

Re: [PATCH 1/1] [IA32-EMU] Remove trailing spaces

2007-11-12 Thread David Miller
From: Andi Kleen <[EMAIL PROTECTED]> Date: Mon, 12 Nov 2007 22:01:45 +0100 > On Monday 12 November 2007 19:17:47 Cyrill Gorcunov wrote: > > This patch does remove trailing spaces from > > source files. > > That will just cause a zillion patches to not apply anymore > with exactly 0 benefit. You'

Re: [PATCH 1/1] [IA32-EMU] Remove trailing spaces

2007-11-12 Thread Andrew Morton
On Mon, 12 Nov 2007 22:01:45 +0100 Andi Kleen <[EMAIL PROTECTED]> wrote: > On Monday 12 November 2007 19:17:47 Cyrill Gorcunov wrote: > > This patch does remove trailing spaces from > > source files. > > That will just cause a zillion patches to not apply anymore `patch -l' > with exactly 0 ben

Re: [PATCH 1/1] [IA32-EMU] Remove trailing spaces

2007-11-12 Thread Andi Kleen
On Monday 12 November 2007 19:17:47 Cyrill Gorcunov wrote: > This patch does remove trailing spaces from > source files. That will just cause a zillion patches to not apply anymore with exactly 0 benefit. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

[PATCH 1/1] [IA32-EMU] Remove trailing spaces

2007-11-12 Thread Cyrill Gorcunov
This patch does remove trailing spaces from source files. Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]> --- arch/x86/ia32/fpu32.c | 46 ++-- arch/x86/ia32/ia32_aout.c | 38 +- arch/x86/ia32/ia32_binfmt.c|2 +- arch/x86/ia32/ia32_signal.c