]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: add spaces around bitwise OR operators
authorAndrei Khomenkov <khomenkov@mailbox.org>
Mon, 27 Apr 2026 17:58:42 +0000 (20:58 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 May 2026 14:52:06 +0000 (16:52 +0200)
commit367966fd02fc8e231b5a097ad2fb0ff49c4be6a2
tree19733359234e402c7d9a016a545bacdf76ef0f85
parentfa74eafdceb722c7987fde7f9d2e74105987c73a
staging: rtl8723bs: add spaces around bitwise OR operators

Add spaces around bitwise OR operators to improve code readability
and conform to the Linux kernel coding style. This fixes the
SPACING issues identified by checkpatch.pl.

Signed-off-by: Andrei Khomenkov <khomenkov@mailbox.org>
Link: https://patch.msgid.link/20260427175846.23470-5-khomenkov@mailbox.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c