From: Himangi Saraogi Date: Sat, 9 Aug 2014 16:22:20 +0000 (+0530) Subject: atmel: Remove typedef atmel_priv_ioctl X-Git-Tag: omap-for-v3.17/fixes-against-rc2~76^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0db82a5775d1c4c09fa543321079e2a8334a914;p=pandora-kernel.git atmel: Remove typedef atmel_priv_ioctl The Linux kernel coding style guidelines suggest not using typedefs for structure types. This patch gets rid of the typedef for atmel_priv_ioctl. 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 Acked-by: Julia Lawall Signed-off-by: David S. Miller --- Reading git-diff-tree failed