summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorBhaktipriya Shridhar <bhaktipriya96@gmail.com>2016-03-10 20:00:07 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-03-12 09:09:09 +0300
commit3deba0bcd818769eab2c108808543b863a2c671f (patch)
tree322d252ac9f25cfd4cfc11201a2b85cc6c3bc561 /tools/perf/scripts/python/export-to-sqlite.py
parent3c2f78f4fc63b3f971ea5a4c4885f4f820bb6e69 (diff)
downloadlinux-3deba0bcd818769eab2c108808543b863a2c671f.tar.xz
staging: rtl8723au: core: 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 <bhaktipriya96@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions