diff options
| author | Janani Ravichandran <[email protected]> | 2016-02-18 17:39:11 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-02-20 15:24:51 -0800 |
| commit | 5f9001dc4221a3d63e2ad5f6d5aef159c2734704 (patch) | |
| tree | fd7f4beeef8d454d23aa75059902e9a35abd5c66 /tools/perf/scripts/python/syscall-counts.py | |
| parent | 55bbc4ffde46c5797feb872721ca4562c6e8fce4 (diff) | |
staging: android: Remove unneeded else following a return
Remove unnecessary else when there is a return statement in the
corresponding if block.
Coccinelle patch used:
@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/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions