[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080108102003.GC6906@elte.hu>
Date: Tue, 8 Jan 2008 11:20:03 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Paolo Ciarrocchi <paolo.ciarrocchi@...il.com>
Cc: tglx@...utronix.de, mingo@...hat.com, hpa@...or.com,
Linux Kernel <linux-kernel@...r.kernel.org>, trivial@...nel.org
Subject: Re: [PATCH 1/5] Codying style fixes in ./arch/x86/ia32
* Paolo Ciarrocchi <paolo.ciarrocchi@...il.com> 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.
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)
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists