Re: [patch] bkl2mtd: cleanup

From: Jiri Slaby
Date: Wed Mar 26 2008 - 07:14:33 EST


On 03/26/2008 12:10 PM, Ingo Molnar wrote:
type
function_name(vars...)
{

which tends to stay cleanly 2-line and looks tidier and shorter than the:

type function_name(vars...
more vars ...)
{

form. The preferred form is of course:

type function_name(vars...)

Anyway I wouldn't mix that bsd style with this one in one particular file. (Beside the fact I dislike the BSD one.)
--
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/