Messages in this thread |  | | | Subject | Re: RFC: turn kmalloc+memset(,0,) into kcalloc | | From | Roland Dreier <> | | Date | Tue, 05 Apr 2005 12:20:41 -0700 |
| |
> 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |