aboutsummaryrefslogtreecommitdiff
path: root/sound/oss/midi_synth.c
diff options
context:
space:
mode:
authorGravatar Himangi Saraogi <himangi774@gmail.com> 2014-08-05 18:56:47 +0530
committerGravatar Takashi Iwai <tiwai@suse.de> 2014-08-05 20:08:00 +0200
commit81cb6b6be54d160ac8feb61f1510f33a3cece1d3 (patch)
treed05e94452b9e4ee84e18c9ccae98f66cdcd45259 /sound/oss/midi_synth.c
parentsound/oss/opl3: Remove typedef opl_devinfo (diff)
downloadlinux-81cb6b6be54d160ac8feb61f1510f33a3cece1d3.tar.gz
linux-81cb6b6be54d160ac8feb61f1510f33a3cece1d3.tar.bz2
linux-81cb6b6be54d160ac8feb61f1510f33a3cece1d3.zip
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 'sound/oss/midi_synth.c')
0 files changed, 0 insertions, 0 deletions