]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: move logical operators to previous line
authorAndrei Khomenkov <khomenkov@mailbox.org>
Mon, 27 Apr 2026 17:58:44 +0000 (20:58 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 May 2026 14:52:07 +0000 (16:52 +0200)
commitd893a67a64250e4b6c8451ce69b129db3a2747b6
tree4214e225797dbc5e9f5ebf181ac3b65b29fb229c
parent866fb5a3ac41fbcc8e250981c0a28a293c850d2b
staging: rtl8723bs: move logical operators to previous line

Move logical operators to the previous line to improve code
readability and conform to the Linux kernel coding style.
This fixes the LOGICAL_CONTINUATIONS issues identified by
checkpatch.pl.

Signed-off-by: Andrei Khomenkov <khomenkov@mailbox.org>
Link: https://patch.msgid.link/20260427175846.23470-7-khomenkov@mailbox.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_ioctl_set.c
drivers/staging/rtl8723bs/core/rtw_mlme.c
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c