1
0
Fork 0
alistair23-linux/drivers/net/ethernet/fujitsu
Himangi Saraogi f073d52d63 drivers/net: ethernet: Remove typedef for struct and enum
The Linux kernel coding style guidelines suggest not using typedefs
for structure and enum types. This patch gets rid of the typedef for
cardtype_t and local_info_t. Also, the names of the struct and enum
are changed to drop the _t, to make the name look less typedef-like.

The following Coccinelle semantic patch detects the case for struct type:

@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-07 16:02:58 -07:00
..
Kconfig net: fujitsu: Remove ISA depdendency from Kconfig 2013-10-07 15:52:54 -04:00
Makefile drivers/net: delete old fujitsu based eth16i driver 2013-01-22 10:39:54 -05:00
fmvj18x_cs.c drivers/net: ethernet: Remove typedef for struct and enum 2014-08-07 16:02:58 -07:00