diff options
| author | Bhumika Goyal <[email protected]> | 2016-02-17 01:01:58 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-02-20 14:38:33 -0800 |
| commit | 496baea013b6c9ef7eaf80facc50b4317e5cd39c (patch) | |
| tree | 546ed3a8ac6bf937d612ad2ca245ddd72cccb195 /tools/perf/scripts/python | |
| parent | f51e5a202e3cd6656f91fd61fda0bf206aa895e3 (diff) | |
Staging: lustre: lov: Pull assignments out of function call
Assignments in function call arguments are undesirable. So pull such
assignments out before function call.
Made a coccinelle script to detect such cases:
@@
expression fn,b,d;
@@
* fn(...,d=b,...);
Signed-off-by: Bhumika Goyal <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions