Himangi Saraogi 8b0eb8377d pcmcia: Remove typedef in structs and emum
The Linux kernel coding style guidelines suggest not using typedefs
for structure and enum types. This patch gets rid of the typedefs for
cirrus_state_t, vg46x_state_t and pcic_id. Also, the names of the structs
are changed to drop the _t, to make the name look less typedef-like.

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

@tn@
identifier i;
type td;
@@

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

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

-td
+ struct i

[linux@dominikbrodowski.net: fix patch to apply cleanly after e632cd94723e
 was applied first]
Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
2015-05-30 15:54:05 +02:00
..
2015-03-13 15:11:04 +01:00
2009-10-24 17:13:01 +02:00
2015-05-30 15:50:21 +02:00
2015-01-12 05:04:12 -08:00
2008-06-24 15:33:37 +02:00
2015-04-22 09:04:39 -07:00
2010-11-01 15:38:34 -04:00
2010-11-01 15:38:34 -04:00
2015-03-16 21:31:43 +01:00
2015-03-16 21:31:43 +01:00
2010-11-10 14:29:09 +01:00
2011-02-19 12:22:35 +01:00
2012-05-07 09:56:39 +08:00
2015-01-12 05:04:12 -08:00
2012-11-28 12:10:16 -08:00
2012-11-28 12:10:16 -08:00
2015-03-16 21:31:43 +01:00
2011-03-31 11:26:23 -03:00