summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorTobin C. Harding <me@tobin.cc>2017-03-21 13:37:10 +1100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-21 08:56:07 +0100
commitc133b9bd8ff18323f57859c5add3be9e872224c3 (patch)
tree6b3a440cf5b26e3b7ca7c4bc169e7d65739a2e58 /tools/perf/scripts/python/bin/stackcollapse-record
parentf283dd6901cad0d823cf469e71db5700d456d1f6 (diff)
downloadcachepc-linux-c133b9bd8ff18323f57859c5add3be9e872224c3.tar.gz
cachepc-linux-c133b9bd8ff18323f57859c5add3be9e872224c3.zip
staging: ks7010: remove non-zero comparison
Comparison, does not equal zero, is redundant 'if (foo != 0)' is equal to 'if (foo)' Typical kernel coding style is to use the shorter form. Remove unnecessary non-zero comparison. 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/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions