diff options
author | Himangi Saraogi <himangi774@gmail.com> | 2014-08-05 18:56:47 +0530 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-08-05 20:08:00 +0200 |
commit | 81cb6b6be54d160ac8feb61f1510f33a3cece1d3 (patch) | |
tree | d05e94452b9e4ee84e18c9ccae98f66cdcd45259 /kernel/up.c | |
parent | 8b0276d281c9c9e62669736703c87385436a1265 (diff) |
sound/oss/pss: Remove typedefs pss_mixerdata and pss_confdata
The Linux kernel coding style guidelines suggest not using typedefs
for structure types. This patch gets rid of the typedefs for pss_mixerdata
and pss_confdata.
The following Coccinelle semantic patch is used to make the change.
@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 'kernel/up.c')
0 files changed, 0 insertions, 0 deletions