diff options
author | Tobin C. Harding <me@tobin.cc> | 2017-04-10 13:15:53 +1000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-11 16:05:50 +0200 |
commit | ba9328768b1e7d827ac86f94340af9bd084be8d5 (patch) | |
tree | b662dbf0721c77715e9524c0dacdc195cec101d0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 8f0ef774b8379adaa985506da3c7c185d938502b (diff) |
staging: ks7010: fix checkpatch UNNECESSARY_ELSE
Checkpatch emits WARNING: else is not generally useful after a break
or return. Two warnings of this type are emitted for this code block,
in both cases 'else' statements are unnecessary.
Remove unnecessary 'else' statements, reduce indentation in subsequent
code.
Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions