diff options
| author | Rehas Sachdeva <aquannie@gmail.com> | 2016-09-20 13:30:24 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-20 13:59:45 +0200 |
| commit | 4b9fd698ac98fd578818461ccbd79f27139c8ee3 (patch) | |
| tree | 52798c1f06eb0a6c70bec2e9806c28eafa459ac1 /tools/perf/scripts/python | |
| parent | staging: media: davinci_vpfe: Merge assignment with return (diff) | |
| download | linux-4b9fd698ac98fd578818461ccbd79f27139c8ee3.tar.gz linux-4b9fd698ac98fd578818461ccbd79f27139c8ee3.zip | |
staging: media: bcm2048: 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')
0 files changed, 0 insertions, 0 deletions
