aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss/waveartist.c
diff options
context:
space:
mode:
authorHimangi Saraogi <himangi774@gmail.com>2014-08-06 18:17:25 +0530
committerTakashi Iwai <tiwai@suse.de>2014-08-06 16:42:29 +0200
commit80e7bbac48c440c32cc00870bf91ecf27a6de443 (patch)
treeab50bcbc61dd7482715fbc464ea365d1119f2f47 /sound/oss/waveartist.c
parentALSA: usb-audio: Whitespace cleanups for sound/usb/midi.* (diff)
downloadlinux-dev-80e7bbac48c440c32cc00870bf91ecf27a6de443.tar.xz
linux-dev-80e7bbac48c440c32cc00870bf91ecf27a6de443.zip
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 '')
0 files changed, 0 insertions, 0 deletions