diff options
| author | Rehas Sachdeva <aquannie@gmail.com> | 2016-09-20 13:16:37 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-20 13:41:51 +0200 |
| commit | 106d43f18819f69784ddf216b5f05a84a03c0d38 (patch) | |
| tree | cb61ca665b70006b08b6aaa0c191bffa53ef31cf /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | staging: rtl8188eu: core: rtw_xmit: Remove extra braces (diff) | |
| download | linux-106d43f18819f69784ddf216b5f05a84a03c0d38.tar.gz linux-106d43f18819f69784ddf216b5f05a84a03c0d38.zip | |
staging: dgnc: Merge assignment with return
Instead of storing the return value of a function call into a variable and
then returning it, we can club the two into a single return statement. This
change was made using the following semantic patch by Coccinelle:
@@
local idexpression ret;
expression e;
@@
-ret =
+return
e;
-return ret;
Signed-off-by: Rehas Sachdeva <aquannie@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
