diff options
author | Juliana Rodrigues <juliana.orod@gmail.com> | 2016-09-23 00:21:55 -0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-23 14:11:46 +0200 |
commit | 6f7fd0953cf9c2bb1cc7ef5a8810e0ddf5827dc5 (patch) | |
tree | b4540f9ed9f75aef589d9c2d84e99fd8f4f813a6 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 57fd9569d35350a31ed2493baf9d9c010b9d22fa (diff) |
staging: lustre: llite: removed uneeded return variables
Removed variables used only for return purposes and replaced them for
the return value itself. Found using Coccinelle's semantic patch:
@@
local idexpression ret;
expression e;
@@
-ret =
+return
e;
-return ret;
Signed-off-by: Juliana Rodrigues <juliana.orod@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