aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJanani Ravichandran <[email protected]>2016-02-18 17:48:17 -0500
committerGreg Kroah-Hartman <[email protected]>2016-02-20 15:25:58 -0800
commitb7c57dd54a4531eccb94688907f9b14bcad12c18 (patch)
tree03ad497f92e885e63f67afe7455b29ce999492ca /tools/perf/scripts/python
parent5f9001dc4221a3d63e2ad5f6d5aef159c2734704 (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