aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJanani Ravichandran <[email protected]>2016-02-25 15:08:17 -0500
committerGreg Kroah-Hartman <[email protected]>2016-03-11 22:09:09 -0800
commit16ccad0475796c0acc084a51a49c9a86051586db (patch)
treefc41f2ac79d4a2988484ae33df0b2fffd26170a4 /tools/perf/scripts/python/export-to-postgresql.py
parentacc17d671c6282bd720b234fd59830cd2fa012a4 (diff)
staging: rdma: hfi1: user_sdma.c: Drop void pointer cast
Void pointers need not be cast to other pointer types. Semantic patch used: @r@ expression x; void *e; type T; identifier f; @@ ( *((T *)e) | ((T *)x) [...] | ((T *)x)->f | - (T *) e ) Signed-off-by: Janani Ravichandran <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions