Prev: Async suspend-resume patch w/ completions (was: Re: Async suspend-resume patch w/ rwsems)
Next: [PATCH 2/5 -v2] acpi, apei, APEI supporting infrastructure
From: Laurent Pinchart on 9 Dec 2009 21:10 Hi Julia, thanks for the patch. On Wednesday 09 December 2009 20:23:49 Julia Lawall wrote: > From: Julia Lawall <julia(a)diku.dk> > > Memset should be given the size of the structure, not the size of the > pointer. > > The semantic patch that makes this change is as follows: > (http://coccinelle.lip6.fr/) > > // <smpl> > @@ > type T; > T *x; > expression E; > @@ > > memset(x, E, sizeof( > + * > x)) > // </smpl> > > Signed-off-by: Julia Lawall <julia(a)diku.dk> Acked-by: Laurent Pinchart <laurent.pinchart(a)ideasonboard.com> -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |