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
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
com90io.c
com90xx.c
com20020_cs.c com20020_cs: Remove typedef com20020_dev_t 2014-08-11 12:19:53 -07:00
com20020-isa.c
com20020-pci.c ARCNET: remove __dev* attributes 2012-12-03 11:16:10 -08:00
com20020.c
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
rfc1201.c