aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorSanjana Sanikommu <[email protected]>2019-03-26 22:39:42 +0530
committerGreg Kroah-Hartman <[email protected]>2019-03-27 23:33:27 +0900
commit49103a816a49c6f3da420dbcab97c47038109a61 (patch)
treed34ecea3f33e5b42e99bdf983f8fe474a6dce16c /tools/perf/scripts/python/bin/stackcollapse-report
parentf40c9e3d7703e1af411aa0d163ce4ade1b333f93 (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/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions