aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorAishwarya Pant <[email protected]>2017-10-09 22:21:17 +0530
committerGreg Kroah-Hartman <[email protected]>2017-10-18 16:10:36 +0200
commit42b3b621d981529ee11a8362930b43895730c28c (patch)
tree8e4ed817a13277f002fc3e2ced3d4e55ac5bbea8 /tools/perf/scripts/python/bin/stackcollapse-record
parentb739ea41363b81e47bcb6c49d9df32b45259388a (diff)
staging: rtl8723bs: remove implicit int->bool conversions
Implicit type conversions are bad; they hinder readability of code and have potential to cause bugs. Here the variable wait_ack is always supplied a bool value while in function declarations it is defined as an int type. Fix it by defining wait_ack a bool type in all usages. Signed-off-by: Aishwarya Pant <[email protected]> Acked-by: Julia Lawall <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions