aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/midi.h
diff options
context:
space:
mode:
authorHimangi Saraogi <himangi774@gmail.com>2014-08-05 18:56:47 +0530
committerTakashi Iwai <tiwai@suse.de>2014-08-05 20:08:00 +0200
commit81cb6b6be54d160ac8feb61f1510f33a3cece1d3 (patch)
treed05e94452b9e4ee84e18c9ccae98f66cdcd45259 /sound/usb/midi.h
parentsound/oss/opl3: Remove typedef opl_devinfo (diff)
downloadlinux-dev-81cb6b6be54d160ac8feb61f1510f33a3cece1d3.tar.xz
linux-dev-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/usb/midi.h')
0 files changed, 0 insertions, 0 deletions