diff options
author | 2016-09-23 00:21:55 -0300 | |
---|---|---|
committer | 2016-09-23 14:11:46 +0200 | |
commit | 6f7fd0953cf9c2bb1cc7ef5a8810e0ddf5827dc5 (patch) | |
tree | b4540f9ed9f75aef589d9c2d84e99fd8f4f813a6 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | staging: wlan-ng: removed blank lines (diff) | |
download | linux-dev-6f7fd0953cf9c2bb1cc7ef5a8810e0ddf5827dc5.tar.xz linux-dev-6f7fd0953cf9c2bb1cc7ef5a8810e0ddf5827dc5.zip |
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