diff options
author | 2015-08-10 13:30:34 +0530 | |
---|---|---|
committer | 2015-08-14 18:44:45 -0700 | |
commit | 94858feccaada3f1810ff50dd21d33b1d4d95d56 (patch) | |
tree | 431f74c91efcd3fa78a6d3402790c9d3cb38aaf7 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | Staging: wilc1000: Remove null check before kfree (diff) | |
download | wireguard-linux-94858feccaada3f1810ff50dd21d33b1d4d95d56.tar.xz wireguard-linux-94858feccaada3f1810ff50dd21d33b1d4d95d56.zip |
Staging: lustre: libcfs: Remove unnecessary cast on void*
This patch does away with the cast on void * as it is unnecessary.
Semantic patch used is as follows:
@r@
expression x;
void* e;
type T;
identifier f;
@@
(
*((T *)e)
|
((T *)x)[...]
|
((T *)x)->f
|
- (void *)
e
)
Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions