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/tokenring
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
..
3c359.c drivers/net: Remove unnecessary semicolons 2011-06-05 14:33:40 -07:00
3c359.h
Kconfig
Makefile
abyss.c
abyss.h
ibmtr.c net: remove interrupt.h inclusion from netdevice.h 2011-06-06 22:55:11 -07:00
lanstreamer.c net: fix tranmitted/tranmitting typo 2011-04-11 13:15:56 -07:00
lanstreamer.h
madgemc.c drivers/net: Remove casts of void * 2011-06-21 15:48:29 -07:00
madgemc.h
olympic.c olympic: convert to seq_file 2011-05-13 16:50:49 -04:00
olympic.h
proteon.c drivers/net: return operator cleanup 2010-09-26 18:34:29 -07:00
skisa.c
smctr.c Fix common misspellings 2011-03-31 11:26:23 -03:00
smctr.h
tms380tr.c tms380tr: Use mdelay() in tms380tr_wait(). 2010-10-25 13:04:48 -07:00
tms380tr.h Fix common misspellings 2011-03-31 11:26:23 -03:00
tmspci.c tmspci: fix tr%d in printk 2010-09-21 18:04:44 -07:00