aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorAishwarya Pant <aishpant@gmail.com>2017-10-09 22:21:17 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-10-18 16:10:36 +0200
commit42b3b621d981529ee11a8362930b43895730c28c (patch)
tree8e4ed817a13277f002fc3e2ced3d4e55ac5bbea8 /tools/perf/scripts/python/bin/stackcollapse-report
parentstaging: rtl8723bs: remove useless variable rtw_AcceptAddbaReq (diff)
downloadlinux-42b3b621d981529ee11a8362930b43895730c28c.tar.gz
linux-42b3b621d981529ee11a8362930b43895730c28c.zip
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 <aishpant@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions