Re: -mm merge plans for 2.6.20, scheduler bits

From: Miguel Ojeda
Date: Tue Dec 05 2006 - 16:29:39 EST


On 12/5/06, Ingo Molnar <mingo@xxxxxxx> wrote:

> kernel-schedc-whitespace-cleanups.patch

Acked-by: Ingo Molnar <mingo@xxxxxxx>

i dont like these:

- cost1 += measure_one(cache, size - i*1024, cpu1, cpu2);
+ cost1 += measure_one(cache, size - i * 1024, cpu1, cpu2);

as it's quite OK to have no spaces in "i*1024", just to indicate
precedence of arithmetic ops. But the good bits dominate in this patch
so lets have it and i'll undo the bad ones.


Ok, I will take care of that for future whitespace cleanups, as I see
they are welcome :)

--
Miguel Ojeda
http://maxextreme.googlepages.com/index.htm
-
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/