From: Julia Lawall Date: Sun, 16 May 2010 21:15:13 +0000 (+0000) Subject: drivers/s390/net: Drop memory allocation cast X-Git-Tag: v2.6.35-rc1~473^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae57b20a0a1d3aa6cc35b51355949177de94aece;p=pandora-kernel.git drivers/s390/net: Drop memory allocation cast Drop cast on the result of kmalloc and similar functions. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ type T; @@ - (T *) (\(kmalloc\|kzalloc\|kcalloc\|kmem_cache_alloc\|kmem_cache_zalloc\| kmem_cache_alloc_node\|kmalloc_node\|kzalloc_node\)(...)) // Signed-off-by: Julia Lawall Signed-off-by: Frank Blaschka Signed-off-by: David S. Miller --- Reading git-diff-tree failed