kernel-ark/net/atm
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
..
addr.c
addr.h
atm_misc.c
atm_sysfs.c atm: expose ATM device index in sysfs 2011-05-27 13:07:21 -04:00
br2684.c Fix common misspellings 2011-03-31 11:26:23 -03:00
clip.c ipv4: Create and use route lookup helpers. 2011-03-12 15:08:42 -08:00
common.c atm/solos-pci: Don't flap VCs when carrier state changes 2011-03-30 16:53:38 -07:00
common.h
ioctl.c
Kconfig
lec_arpc.h
lec.c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 2011-05-26 13:19:00 -07:00
lec.h Fix common misspellings 2011-03-31 11:26:23 -03:00
Makefile
mpc.c net: Remove casts of void * 2011-06-16 23:19:27 -04:00
mpc.h
mpoa_caches.c net: Remove unnecessary returns from void function()s 2010-05-17 23:23:14 -07:00
mpoa_caches.h
mpoa_proc.c
pppoatm.c net: remove interrupt.h inclusion from netdevice.h 2011-06-06 22:55:11 -07:00
proc.c net: convert %p usage to %pK 2011-05-24 01:13:12 -04:00
protocols.h
pvc.c
raw.c
resources.c atm: correct sysfs 'device' link creation and parent relationships 2010-12-10 15:45:05 -08:00
resources.h atm: correct sysfs 'device' link creation and parent relationships 2010-12-10 15:45:05 -08:00
signaling.c net: sk_sleep() helper 2010-04-20 16:37:13 -07:00
signaling.h
svc.c net: sk_sleep() helper 2010-04-20 16:37:13 -07:00