diff options
author | 2016-09-30 19:14:54 +0530 | |
---|---|---|
committer | 2016-10-02 17:19:51 +0200 | |
commit | 8244d269098348f9bcfbcfed5c443857b4c8ffc7 (patch) | |
tree | 38ea65b2f29f0dbb13b9576b30a4ba0eef539d31 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | staging: wilc1000: wilc_wlan: Compress return logic (diff) | |
download | linux-dev-8244d269098348f9bcfbcfed5c443857b4c8ffc7.tar.xz linux-dev-8244d269098348f9bcfbcfed5c443857b4c8ffc7.zip |
staging: wilc1000: wilc_spi: Compress return logic
Compress return logic. Done using Coccinelle :
@@
local idexpression ret;
expression e;
@@
-ret=
+return
e;
-return ret;
Signed-off-by: Namrata A Shettar <namrataashettar@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