diff options
| author | Rehas Sachdeva <[email protected]> | 2016-09-20 13:18:40 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-09-20 13:32:28 +0200 |
| commit | d37843d1a956bf87e219067a0f45bc82db260216 (patch) | |
| tree | e82ed0097af64c910a7b6c393302bd8ccc048d17 /tools/perf/scripts/python/bin | |
| parent | 51319662d6ac5729a1950579d70808d94e4fa8e6 (diff) | |
staging: wilc1000: 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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions