diff options
author | Himangi Saraogi <himangi774@gmail.com> | 2014-08-06 17:59:48 +0530 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2015-05-30 15:50:21 +0200 |
commit | 820dc8464e374e3ce1ecc72b0aaab3a935de34fa (patch) | |
tree | a9256a34733529cb2eeeee0e522c625d2e828a75 /sound | |
parent | 0f06abd38ef26007faf7602fd8e0454aa27d9dd8 (diff) |
pcmcia: Remove typedef tuple_flags
The Linux kernel coding style guidelines suggest not using typedefs
for structure types. This patch gets rid of the typedef for tuple_flags.
The following Coccinelle semantic patch makes the transformation.
@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: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions