aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorJoe Perches <[email protected]>2014-03-24 13:15:39 -0700
committerJohn W. Linville <[email protected]>2014-03-27 14:20:05 -0400
commit45d18c562adefe9d807c0ba833affdeff68bad98 (patch)
treec07cbb073aa99f61465c1116c9f627d6b3071a5a /tools/perf/scripts/python/syscall-counts.py
parent8986992de4225871d171e8bdd82abd0eeab978ff (diff)
mwifiex: Remove casts of pointer to same type
Casting a pointer to a pointer of the same type is pointless, so remove these unnecessary casts. Done via coccinelle script: $ cat typecast_2.cocci @@ type T; T *foo; @@ - (T *)foo + foo Signed-off-by: Joe Perches <[email protected]> Acked-by: Bing Zhao <[email protected]> Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions