Re: [PATCH] x86: clean up apic_32/64.c

2008-01-03 Thread Ingo Molnar
* Hiroshi Shimamoto <[EMAIL PROTECTED]> wrote: > From: Hiroshi Shimamoto <[EMAIL PROTECTED]> > Subject: [PATCH] x86: clean up apic_32.c > > White space and coding style clean up. thanks, applied. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH] x86: clean up apic_32/64.c

2008-01-03 Thread Ingo Molnar
* Hiroshi Shimamoto [EMAIL PROTECTED] wrote: From: Hiroshi Shimamoto [EMAIL PROTECTED] Subject: [PATCH] x86: clean up apic_32.c White space and coding style clean up. thanks, applied. Ingo -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

Re: [PATCH] x86: clean up apic_32/64.c

2008-01-02 Thread Hiroshi Shimamoto
Ingo Molnar wrote: > * Hiroshi Shimamoto <[EMAIL PROTECTED]> wrote: > >> White space and coding style clean up. Make apic_32/64.c similar. > > thanks, applied. FYI, there's still a bit left in apic_32.c: > > total: 5 errors, 1 warnings, 1566 lines checked > > we might as well go for all of

Re: [PATCH] x86: clean up apic_32/64.c

2008-01-02 Thread Ingo Molnar
* Hiroshi Shimamoto <[EMAIL PROTECTED]> wrote: > White space and coding style clean up. Make apic_32/64.c similar. thanks, applied. FYI, there's still a bit left in apic_32.c: total: 5 errors, 1 warnings, 1566 lines checked we might as well go for all of them? :-) Ingo -- To

[PATCH] x86: clean up apic_32/64.c

2008-01-02 Thread Hiroshi Shimamoto
White space and coding style clean up. Make apic_32/64.c similar. Signed-off-by: Hiroshi Shimamoto <[EMAIL PROTECTED]> --- arch/x86/kernel/apic_32.c |5 ++--- arch/x86/kernel/apic_64.c | 23 +-- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git

[PATCH] x86: clean up apic_32/64.c

2008-01-02 Thread Hiroshi Shimamoto
White space and coding style clean up. Make apic_32/64.c similar. Signed-off-by: Hiroshi Shimamoto [EMAIL PROTECTED] --- arch/x86/kernel/apic_32.c |5 ++--- arch/x86/kernel/apic_64.c | 23 +-- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git

Re: [PATCH] x86: clean up apic_32/64.c

2008-01-02 Thread Hiroshi Shimamoto
Ingo Molnar wrote: * Hiroshi Shimamoto [EMAIL PROTECTED] wrote: White space and coding style clean up. Make apic_32/64.c similar. thanks, applied. FYI, there's still a bit left in apic_32.c: total: 5 errors, 1 warnings, 1566 lines checked we might as well go for all of them? :-)