Hi, > On Tue, Mar 18, 2014 at 09:07:51PM +0100, Silvio F wrote: > > This patch solves the Coccinelle warning: "kzalloc should be used > > instead of kmalloc/memset" > > > > This patch is a fixup for > > > > linux-next: 97a84f1203786985856a0d4b49b1d7cc387238ce > > "Staging: unisys: Replace kmalloc/memset with kzalloc" > > > > Signed-off-by: Silvio F <[email protected]> > > --- > > drivers/staging/unisys/include/uisutils.h | 5 +---- > > drivers/staging/unisys/virthba/virthba.c | 3 +-- > > drivers/staging/unisys/virtpci/virtpci.c | 3 +-- > > drivers/staging/unisys/visorutil/memregion_direct.c | 5 ++--- > > drivers/staging/unisys/visorutil/periodic_work.c | 5 ++--- > > 5 files changed, 7 insertions(+), 14 deletions(-) > > If you don't cc: the maintainers of the code, they will never see this > and it can't be applied :(
ouu! > Care to resend it properly? Yes I will. I rework and add Joe Perches recommendation into the new set. Cheers, Silvio -- -- S. Fricke ---------------------------------------- [email protected] -- Diplom-Informatiker (FH) Linux-Entwicklung JABBER: [email protected] ---------------------------------------------------------------------------- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

