]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: replace rtw_linked_check() return type to bool
authorNikolay Kulikov <nikolayof23@gmail.com>
Mon, 9 Mar 2026 20:12:21 +0000 (23:12 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2026 15:47:53 +0000 (16:47 +0100)
commit7f9e3268fbc89eb82463394791d1b617f720a8d0
tree82cff2bca124fd541a531d8e8d251a105798aaf0
parentc776297d23c04545eab06c7cc24821617bb7ade4
staging: rtl8723bs: replace rtw_linked_check() return type to bool

Function rtw_linked_check() always return 'bool' value, but it's type
'int'. Replace 'int' with 'bool' to make it more accurate.

Signed-off-by: Nikolay Kulikov <nikolayof23@gmail.com>
Link: https://patch.msgid.link/20260309201257.16984-5-nikolayof23@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_mlme.c
drivers/staging/rtl8723bs/include/rtw_mlme.h