Re: [PATCH 1/5] Codying style fixes in ./arch/x86/ia32

From: Paolo Ciarrocchi
Date: Tue Jan 08 2008 - 05:24:28 EST


On Jan 8, 2008 11:20 AM, Ingo Molnar <mingo@xxxxxxx> wrote:
>
> * Paolo Ciarrocchi <paolo.ciarrocchi@xxxxxxxxx> wrote:
>
> > int ia32_classify_syscall(unsigned syscall)
> > {
> > - switch(syscall) {
> > + switch (syscall) {
> > case __NR_open:
> > return 2;
> > case __NR_openat:
>
> this patch has whitespace damage. (tabs got converted to spaces)
>
> i fixed this up, but the other patches in your queue are corrupted too,
> they have linewraps and tabs->spaces problems as well.

:-/ Sorry about that, I fwed the patch queue with gmail.

> also, please use unique subjects for your patches. Instead of:
>
> Subject: Codying style fixes in ./arch/x86/ia32
>
> use:
>
> Subject: x86: coding style fixes in arch/x86/ia32/audit.c
>
> (also please keep them lower case)

OK, will do that when I'll back home.

And I'll send the patch queue using a proper MUA :-)

Thanks.

Ciao,
--
Paolo
http://paolo.ciarrocchi.googlepages.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/