]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: remove explicit comparisons to false in rtw_ap.c
authorHaroen Tmimi <tmimiharoen@gmail.com>
Tue, 10 Feb 2026 16:16:28 +0000 (17:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Feb 2026 15:16:39 +0000 (16:16 +0100)
commit8fd94d0e44f06c40e2cff6296807713a87a1590e
treebc371b3277a673a6d25c14087850b617b7802b0f
parenta4b887ae7dc541ef9fc51bcbd6baccf71f601c83
staging: rtl8723bs: remove explicit comparisons to false in rtw_ap.c

Fix checkpatch.pl checks regarding error prone boolean comparisons.
Replace explicit comparisons to false with the logical NOT operator
to improve readability and match kernel coding style.

These instances were remaining after recent cleanups in this file.

Signed-off-by: Haroen Tmimi <tmimiharoen@gmail.com>
Reviewed-by: Ethan Tidmore <ethantidmore06@gmail.com>
Link: https://patch.msgid.link/20260210161628.42130-1-tmimiharoen@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_ap.c