]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: remove redundant & parentheses
authorSam Daly <sam@samdaly.ie>
Fri, 3 Apr 2026 17:28:39 +0000 (19:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 4 Apr 2026 08:40:01 +0000 (10:40 +0200)
commitbf9c95f3eeefb7fc4b4a6380cc23f1dca744e379
tree4a8eeaba1c7406f3d35ae89dbd2c781c6eddb981
parente87946666e47d4b6f615e9ba0075375493194810
staging: rtl8723bs: remove redundant & parentheses

Remove redundant parentheses around the '&' operator to comply with
kernel style guidelines, as reported by checkpatch:
CHECK: Unnecessary parentheses around adapter->securitypriv

Signed-off-by: Sam Daly <sam@samdaly.ie>
Reviewed-by: Ethan Tidmore <ethantidmore06@gmail.com>
Link: https://patch.msgid.link/20260403172839.367663-1-sam@samdaly.ie
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_security.c