diff options
author | Himangi Saraogi <himangi774@gmail.com> | 2014-08-06 18:17:25 +0530 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-08-06 16:42:29 +0200 |
commit | 80e7bbac48c440c32cc00870bf91ecf27a6de443 (patch) | |
tree | ab50bcbc61dd7482715fbc464ea365d1119f2f47 /scripts/analyze_suspend.py | |
parent | a509574e5ea7b617268943526773ebf7e2d20a9b (diff) |
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 <himangi774@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'scripts/analyze_suspend.py')
0 files changed, 0 insertions, 0 deletions