linux/net/irda/irlan
Joe Perches ea11073387 net: Remove casts of void *
Unnecessary casts of void * clutter the code.

These are the remainder casts after several specific
patches to remove netdev_priv and dev_priv.

Done via coccinelle script:

$ cat cast_void_pointer.cocci
@@
type T;
T *pt;
void *pv;
@@

- pt = (T *)pv;
+ pt = pv;

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: David S. Miller <davem@conan.davemloft.net>
2011-06-16 23:19:27 -04:00
..
Kconfig
Makefile Net: irda: irlan: Makefile: Remove deprecated kbuild goal definitions 2010-11-22 08:16:13 -08:00
irlan_client.c net: Remove casts of void * 2011-06-16 23:19:27 -04:00
irlan_client_event.c net: replace remaining __FUNCTION__ occurrences 2008-03-05 20:47:47 -08:00
irlan_common.c net: Remove casts of void * 2011-06-16 23:19:27 -04:00
irlan_eth.c net: Remove casts of void * 2011-06-16 23:19:27 -04:00
irlan_event.c net/irda: Use static const char * const where possible 2010-09-14 20:22:05 -07:00
irlan_filter.c irda: Kill set but unused variable 'bytes' in irlan_check_command_param() 2011-05-19 18:53:58 -04:00
irlan_provider.c net: Remove casts of void * 2011-06-16 23:19:27 -04:00
irlan_provider_event.c net: replace remaining __FUNCTION__ occurrences 2008-03-05 20:47:47 -08:00