aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorHimangi Saraogi <[email protected]>2014-06-27 00:09:09 +0530
committerTrond Myklebust <[email protected]>2014-07-12 18:43:47 -0400
commit8ee2b78a444c6715e873486794b5c4af705cd975 (patch)
tree5e796aa6190f9453382366749f32f144a52e01ba /tools/perf/scripts/python/event_analyzing_sample.py
parentadcda652c92c4881f74cca7f9ca3388bb498d997 (diff)
NFSv4: Drop cast
This patch does away with the cast on void * as it is unnecessary. The following Coccinelle semantic patch was used for making the change: @r@ expression x; void* e; type T; identifier f; @@ ( *((T *)e) | ((T *)x)[...] | ((T *)x)->f | - (T *) e ) Signed-off-by: Himangi Saraogi <[email protected]> Signed-off-by: Trond Myklebust <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions