[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090529200305.GC1065@one.firstfloor.org>
Date: Fri, 29 May 2009 22:03:05 +0200
From: Andi Kleen <andi@...stfloor.org>
To: linux-kernel@...r.kernel.org, mingo@...hat.com, hpa@...or.com,
andi@...stfloor.org, seto.hidetoshi@...fujitsu.com,
tglx@...utronix.de
Cc: linux-tip-commits@...r.kernel.org, apw@...onical.com
Subject: Re: [tip:x86/mce3] x86, mce: trivial clean up for mce_intel_64.c
> x86, mce: trivial clean up for mce_intel_64.c
>
> Fix for:
>
> WARNING: space prohibited between function name and open parenthesis '('
> + for_each_online_cpu (cpu) {
Sorry but that's just a bogus change. That's a loop and we always
put spaces between the loop keyword and its condition.
Just because checkpatch.pl is too dumb to understand that is no
reason to make the code worse like that.
-Andi
--
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