]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: remove unnecessary boolean comparisons
authorMichael Huang <tehsiu.huang@gmail.com>
Mon, 26 Jan 2026 12:09:07 +0000 (04:09 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Jan 2026 14:47:32 +0000 (15:47 +0100)
commit2c1312898d0362c9b1fb5d42e049f3b12bb1cf54
tree4f3eb88aa6935c17a63271a6a6b74354c411b416
parent6007fd46039d56a67024f92fffa262418509ce73
staging: rtl8723bs: remove unnecessary boolean comparisons

Remove explicit comparisons to true/false in boolean expressions to
improve code readability and follow standard Linux kernel coding style.

Signed-off-by: Michael Huang <tehsiu.huang@gmail.com>
Link: https://patch.msgid.link/20260126120908.19563-1-tehsiu.huang@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_mlme.c