summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/proc.py
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 /scripts/gdb/linux/proc.py
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 <aishpant@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions