diff options
author | Himangi Saraogi <himangi774@gmail.com> | 2014-08-06 14:50:01 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-08-06 16:42:40 +0200 |
commit | 68a9edd18c62953db476142c06cb65326aeb0b31 (patch) | |
tree | 4cef079d12b91458b7124c372d7db2034db763d1 /mm/list_lru.c | |
parent | sound: oss: uart401: Remove typedef uart401_devc (diff) | |
download | linux-68a9edd18c62953db476142c06cb65326aeb0b31.tar.xz linux-68a9edd18c62953db476142c06cb65326aeb0b31.zip |
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 <himangi774@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'mm/list_lru.c')
0 files changed, 0 insertions, 0 deletions