Re: [PATCH] kernel: replace "kmalloc+memset" with kzalloc inkernel/ dir

From: Randy Dunlap
Date: Sun Dec 03 2006 - 12:24:11 EST


On Sun, 3 Dec 2006 08:31:50 -0500 (EST) Robert P. J. Day wrote:

>
> Replace kmalloc()+memset() combination with kzalloc().
>
> Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx>
>
> ---
>
> auditfilter.c | 3 +--
> futex.c | 4 +---
> kexec.c | 3 +--
> 3 files changed, 3 insertions(+), 7 deletions(-)

Please use diffstat -p1 -w70 as indicated in
Documentation/SubmittingPatches.

---
~Randy
-
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/