diff options
author | 2016-09-20 13:30:47 +0530 | |
---|---|---|
committer | 2016-09-20 13:59:45 +0200 | |
commit | 4b72aa8af0eec14486442d0ad7afabdeb9abca91 (patch) | |
tree | b562941c9e2bbf7d07e494dbffb6e6c7a5f71671 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | Staging: rts5208: Add space around operator. (diff) | |
download | linux-dev-4b72aa8af0eec14486442d0ad7afabdeb9abca91.tar.xz linux-dev-4b72aa8af0eec14486442d0ad7afabdeb9abca91.zip |
staging: media: davinci_vpfe: Merge assignment with return
Instead of storing the return value 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/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions