dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/appletalk
Joe Perches 43d620c829 drivers/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 (and a little editing):

$ 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: Sjur Brændeland <sjur.brandeland@stericsson.com>
Acked-By: Chris Snook <chris.snook@gmail.com>
Acked-by: Jon Mason <jdmason@kudzu.us>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: David Dillow <dave@thedillows.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-06-21 15:48:29 -07:00
..
Kconfig appletalk: remove the BKL 2011-03-05 10:55:57 +01:00
Makefile
cops.c drivers/net: Remove unnecessary returns from void function()s 2010-05-14 00:19:28 -07:00
cops.h
cops_ffdrv.h
cops_ltdrv.h
ipddp.c drivers/net: return operator cleanup 2010-09-26 18:34:29 -07:00
ipddp.h
ltpc.c drivers/net: Remove casts of void * 2011-06-21 15:48:29 -07:00
ltpc.h