aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTobin C. Harding <[email protected]>2017-03-22 11:59:54 +1100
committerGreg Kroah-Hartman <[email protected]>2017-03-23 14:27:23 +0100
commit310e916f54579b2d9a33fd6501cc46acc2d4dc70 (patch)
treeabda6da13d9419896007ebaa39f27de83bc53f86 /tools/perf/scripts/python
parentb5ca039ac17594e870a12c68ca8847700aa300dd (diff)
staging: ks7010: add explicit check to 'size' variables
When checking the value of a variable that holds a 0 an explicit check is good style. i.e - if (!size) + if (size == 0) Update checks on 'numerical' variables to use explicit checks. Signed-off-by: Tobin C. Harding <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions