summaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia/i82365.c
diff options
context:
space:
mode:
authorHimangi Saraogi <himangi774@gmail.com>2014-08-06 17:59:48 +0530
committerDominik Brodowski <linux@dominikbrodowski.net>2015-05-30 15:50:21 +0200
commit820dc8464e374e3ce1ecc72b0aaab3a935de34fa (patch)
treea9256a34733529cb2eeeee0e522c625d2e828a75 /drivers/pcmcia/i82365.c
parent0f06abd38ef26007faf7602fd8e0454aa27d9dd8 (diff)
downloadlinux-stable-820dc8464e374e3ce1ecc72b0aaab3a935de34fa.tar.gz
linux-stable-820dc8464e374e3ce1ecc72b0aaab3a935de34fa.tar.bz2
linux-stable-820dc8464e374e3ce1ecc72b0aaab3a935de34fa.zip
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 'drivers/pcmcia/i82365.c')
0 files changed, 0 insertions, 0 deletions