Re: [PATCH] [20/50] x86_64: Fix some broken white space in arch/x86_64/mm/init.c

2007-09-22 Thread Oleg Verych
Much, much better :) > -static void __meminit phys_pud_init(pud_t *pud_page, unsigned long addr, > unsigned long end) > -{ +static void __meminit phys_pud_init(pud_t *pud_page, ulong addr, ulong end) If somebody have *strong* objections, please say so. [] > @@ -737,7 +750,7 @@ int in_gate_area

Re: [PATCH] [20/50] x86_64: Fix some broken white space in arch/x86_64/mm/init.c

2007-09-22 Thread Thomas Gleixner
On Sat, 2007-09-22 at 00:32 +0200, Andi Kleen wrote: > No functional changes > Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> Can we please fix _ALL_ white space and coding style issues in this file while we are at it? Updated patch below. tglx diff --git a/arch/x86_64/mm/init.c b/arch/

[PATCH] [20/50] x86_64: Fix some broken white space in arch/x86_64/mm/init.c

2007-09-21 Thread Andi Kleen
No functional changes Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> --- arch/x86_64/mm/init.c | 40 1 file changed, 20 insertions(+), 20 deletions(-) Index: linux/arch/x86_64/mm/init.c ===