diff options
author | 2016-02-25 18:54:03 +0530 | |
---|---|---|
committer | 2016-03-11 22:09:09 -0800 | |
commit | a4fe1bc16411c4d3f8cbc0dbecb7b5dff80cd143 (patch) | |
tree | 06313b2275bd592b58b6f4e385267797c1fd77bd /tools/perf/scripts/python/export-to-postgresql.py | |
parent | staging: rdma: hfi1: Remove useless return variables (diff) | |
download | wireguard-linux-a4fe1bc16411c4d3f8cbc0dbecb7b5dff80cd143.tar.xz wireguard-linux-a4fe1bc16411c4d3f8cbc0dbecb7b5dff80cd143.zip |
staging: rdma: hfi1: Remove casts of pointer to same type
Casting a pointer to a pointer of the same type is unnecessary, so
remove these unnecessary casts.
This was done with Coccinelle:
@@
type T;
T *ptr;
@@
- (T *)ptr
+ ptr
Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions