diff options
| author | Sanjana Sanikommu <[email protected]> | 2019-03-26 22:39:42 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-03-27 23:33:27 +0900 |
| commit | 49103a816a49c6f3da420dbcab97c47038109a61 (patch) | |
| tree | d34ecea3f33e5b42e99bdf983f8fe474a6dce16c /tools/perf/scripts/python | |
| parent | f40c9e3d7703e1af411aa0d163ce4ade1b333f93 (diff) | |
staging: rtl8192u: Remove typedef for struct.
Challenge suggested by coccinelle.
Linux kernel coding style guidelines suggest not using typedefs for
structure.
The following Coccinelle semantic patch detects the cases for struct
type:
@tn@
identifier i;
type td;
@@
-typedef
struct i { ... }
-td
;
@@
type tn.td;
identifier tn.i;
@@
-td
+ struct i
Signed-off-by: Sanjana Sanikommu <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions