From: Himangi Saraogi Date: Wed, 6 Aug 2014 12:50:01 +0000 (+0530) Subject: sound: oss: Remove typedefs wanc_info and wavnc_port_info X-Git-Tag: omap-for-v3.17/fixes-against-rc2~53^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68a9edd18c62953db476142c06cb65326aeb0b31;p=pandora-kernel.git sound: oss: Remove typedefs wanc_info and wavnc_port_info The Linux kernel coding style guidelines suggest not using typedefs for structure types. This patch gets rid of the typedefs for wanc_info and wavnc_port_info. A simplified version of the Coccinelle semantic patch that finds the case is: @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: Takashi Iwai --- Reading git-diff-tree failed