On Tue, May 11, 2010 at 08:28:14PM +0200, Julia Lawall wrote: > From: Julia Lawall <julia@xxxxxxx> > > Drop cast on the result of kmalloc and similar functions. > > The semantic patch that makes this change is as follows: > (http://coccinelle.lip6.fr/) > > // <smpl> > @@ > type T; > @@ > > - (T *) > (\(kmalloc\|kzalloc\|kcalloc\|kmem_cache_alloc\|kmem_cache_zalloc\| > kmem_cache_alloc_node\|kmalloc_node\|kzalloc_node\)(...)) > // </smpl> > > Signed-off-by: Julia Lawall <julia@xxxxxxx> Acked-by: Joel Becker <joel.becker@xxxxxxxxxx> You're welcome to push this. Let me know if you want me to send it via ocfs2.git. Joel -- Life's Little Instruction Book #451 "Don't be afraid to say, 'I'm sorry.'" Joel Becker Principal Software Developer Oracle E-mail: joel.becker@xxxxxxxxxx Phone: (650) 506-8127 -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html