aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorHimangi Saraogi <[email protected]>2014-08-06 18:20:01 +0530
committerTakashi Iwai <[email protected]>2014-08-06 16:42:40 +0200
commit68a9edd18c62953db476142c06cb65326aeb0b31 (patch)
tree4cef079d12b91458b7124c372d7db2034db763d1 /net/lapb/lapb_subr.c
parent80e7bbac48c440c32cc00870bf91ecf27a6de443 (diff)
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 <[email protected]> Acked-by: Julia Lawall <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions