Re: [PATCH 4/5] slab: extract slab order calculation to separatefunction

From: Andrew Morton
Date: Sat Nov 19 2005 - 12:41:33 EST


Manfred Spraul <manfred@xxxxxxxxxxxxxxxx> wrote:
>
> >+ } else
> >+ left_over = calculate_slab_order(cachep, size, align, flags);
> >
> >
>
> I usually add braces in this case: If braces are necessary for either
> the if or the else-clause, then I add braces to both parts.
>
> Could be applied as is, or I could write a patch with both changes.
> Andrew - what do you prefer?

I normally add the braces in both legs of the `if' if one leg needs them.
But it looks crappy either way, so whatever.
-
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/