summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core.h
diff options
context:
space:
mode:
authorJulia Lawall2010-05-16 23:15:13 +0200
committerDavid S. Miller2010-05-18 07:42:54 +0200
commitae57b20a0a1d3aa6cc35b51355949177de94aece (patch)
treee75b39b31da224459e2f87557ea2110568755e97 /drivers/s390/net/qeth_core.h
parentpegasus: fix USB device ID for ETX-US2 (diff)
downloadkernel-qcow2-linux-ae57b20a0a1d3aa6cc35b51355949177de94aece.tar.gz
kernel-qcow2-linux-ae57b20a0a1d3aa6cc35b51355949177de94aece.tar.xz
kernel-qcow2-linux-ae57b20a0a1d3aa6cc35b51355949177de94aece.zip
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/) // <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@diku.dk> Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390/net/qeth_core.h')
0 files changed, 0 insertions, 0 deletions