diff options
author | Himangi Saraogi <[email protected]> | 2014-08-05 18:56:47 +0530 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2014-08-05 20:08:00 +0200 |
commit | 81cb6b6be54d160ac8feb61f1510f33a3cece1d3 (patch) | |
tree | d05e94452b9e4ee84e18c9ccae98f66cdcd45259 /net/lapb/lapb_subr.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 <[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