From: Himangi Saraogi Date: Wed, 6 Aug 2014 12:47:25 +0000 (+0530) Subject: sound: oss: uart401: Remove typedef uart401_devc X-Git-Tag: omap-for-v3.17/fixes-against-rc2~53^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80e7bbac48c440c32cc00870bf91ecf27a6de443;p=pandora-kernel.git sound: oss: uart401: Remove typedef uart401_devc The Linux kernel coding style guidelines suggest not using typedefs for structure types. This patch gets rid of the typedef for uart401_devc. 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: Takashi Iwai --- Reading git-diff-tree failed