Re: [PATH] Replace kmalloc+memset with kzalloc 1/17

From: Randy Dunlap
Date: Sun Nov 12 2006 - 13:32:04 EST


On Sun, 12 Nov 2006 17:31:03 +0000 Russell King wrote:

> On Sun, Nov 12, 2006 at 07:20:53PM +0200, Burman Yan wrote:
> > This is the first part of the patches I made that do trivial change of
> > replacing
> > kmalloc and memset with kzalloc
>
> Please follow the guidelines in SubmittingPatches in the kernel source
> when sending patches out. You must not expect everyone here to read
> each of the attachments in your messages in detail to work out whether
> they need to do something with it or not.

You should also use a different subject for each one,
something that is related to the subsystem being patched,
e.g., [PATCH] scsi: use kzalloc

Besides Documentation/SubmittingPatches, please also read
http://linux.yyz.us/patch-format.html
and http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt

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