linux/drivers/staging/rtl8723bs
Aishwarya Pant 42b3b621d9 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>
2017-10-18 16:10:36 +02:00
..
core staging: rtl8723bs: remove implicit int->bool conversions 2017-10-18 16:10:36 +02:00
hal staging: rtl8723bs: convert type to bool 2017-10-18 16:07:49 +02:00
include staging: rtl8723bs: remove useless variable rtw_AcceptAddbaReq 2017-10-18 16:07:49 +02:00
os_dep staging: rtl8723bs: remove useless variable rtw_AcceptAddbaReq 2017-10-18 16:07:49 +02:00
Kconfig
Makefile
TODO