diff options
| author | Janani Ravichandran <[email protected]> | 2016-02-18 17:48:17 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-02-20 15:25:58 -0800 |
| commit | b7c57dd54a4531eccb94688907f9b14bcad12c18 (patch) | |
| tree | 03ad497f92e885e63f67afe7455b29ce999492ca /tools/perf/scripts/python | |
| parent | 5f9001dc4221a3d63e2ad5f6d5aef159c2734704 (diff) | |
staging: comedi: drivers: Remove unnecessary else following return
Else is unnecessary when there is a return statement in the
corresponding if block.
Coccinelle patch:
@rule1@
expression e1;
@@
if (e1) { ... return ...; }
- else{
...
- }
@rule2@
expression e2;
statement s1;
@@
if(e2) { ... return ...; }
- else
s1
Signed-off-by: Janani Ravichandran <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions