aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorBhaktipriya Shridhar <[email protected]>2016-03-10 22:24:07 +0530
committerGreg Kroah-Hartman <[email protected]>2016-03-11 22:09:09 -0800
commit61a95c8d71fa048704c8edcb97fb623b4dd82cae (patch)
tree3fc61c4cd22b9959d02b35275875fd4276ba2af2 /tools/perf/scripts/python/check-perf-trace.py
parente59b76cfca78179f7a5a796cb2a51a73ce70a8d1 (diff)
staging: rtl8188eu: os_dep: Remove unnecessary else after return
This patch fixes the checkpatch warning that else is not generally useful after a break or return. This was done using Coccinelle: @@ expression e2; statement s1; @@ if(e2) { ... return ...; } -else s1 Signed-off-by: Bhaktipriya Shridhar <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions