Re: RFC: turn kmalloc+memset(,0,) into kcalloc

From: Roland Dreier
Date: Tue Apr 05 2005 - 14:55:16 EST


> or simply
> if (!(ptr = kcalloc(n, size, ...)))
> goto out;
> and save an additional line of screen realestate while you are at it...

No, please don't do that. The general kernel style is to avoid
assignments within conditionals.

- R.
-
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/