linux/drivers/net/arcnet
Himangi Saraogi 2dfd2533e9 com20020_cs: Remove typedef com20020_dev_t
The Linux kernel coding style guidelines suggest not using typedefs
for structure types. This patch gets rid of the typedef for
com20020_dev_t. Also, the name of the struct is changed to drop the
_t, to make the name look less typedef-like.

The following Coccinelle semantic patch detects the case:

@tn@
identifier i;
type td;
@@

-typedef
 struct i { ... }
-td
 ;

@@
type tn.td;
identifier tn.i;
@@

-td
+ struct i

Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-08-11 12:19:53 -07:00
..
arc-rawmode.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
arc-rimi.c arcnet: rimi: Fix device name in debug output 2012-04-17 22:22:43 -04:00
arcnet.c net: set name_assign_type in alloc_netdev() 2014-07-15 16:12:48 -07:00
capmode.c drivers/net/arcnet/capmode.c: clean up code 2010-05-31 00:35:13 -07:00
com90io.c net: remove interrupt.h inclusion from netdevice.h 2011-06-06 22:55:11 -07:00
com90xx.c net: remove interrupt.h inclusion from netdevice.h 2011-06-06 22:55:11 -07:00
com20020_cs.c com20020_cs: Remove typedef com20020_dev_t 2014-08-11 12:19:53 -07:00
com20020-isa.c net: remove interrupt.h inclusion from netdevice.h 2011-06-06 22:55:11 -07:00
com20020-pci.c ARCNET: remove __dev* attributes 2012-12-03 11:16:10 -08:00
com20020.c net: remove use of ndo_set_multicast_list in drivers 2011-08-17 20:22:03 -07:00
Kconfig net: Revert ARCNET and PHYLIB to tristate options 2011-11-26 14:36:49 -05:00
Makefile com20020_cs: Move the PCMCIA Arcnet driver 2011-08-27 00:58:44 -07:00
rfc1051.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
rfc1201.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00