diff options
| author | Himangi Saraogi <[email protected]> | 2014-08-13 22:40:24 +0530 |
|---|---|---|
| committer | John W. Linville <[email protected]> | 2014-08-25 16:17:41 -0400 |
| commit | b9395df96ac41cdfcc929f1515828709b2f64b2f (patch) | |
| tree | 4857c761b1b7ab9074b06ed58317053158879f3a /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | a796dac9a6bedff6db99f57828c85c97071d3d1e (diff) | |
atmel_cs: Remove typedef local_info_t
The Linux kernel coding style guidelines suggest not using typedefs
for structure types. This patch gets rid of the typedef for
local_info_t. Also, the name of the struct is changed to drop the _t,
to make the name look less typedef-like.
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 <[email protected]>
Acked-by: Julia Lawall <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions