Re: [PATCH] staging: rtl8723bs: Fix logical continuation placement

From: Ethan Tidmore

Date: Fri Feb 27 2026 - 10:19:52 EST


On Fri Feb 27, 2026 at 1:12 AM CST, Dan Carpenter wrote:
> On Thu, Feb 26, 2026 at 07:31:34PM -0600, Ethan Tidmore wrote:
>> On Thu Feb 26, 2026 at 3:38 AM CST, Mariyam Shahid wrote:
>> > Move logical operators to the end of the previous line
>> > to fix checkpatch warnings.
>> >
>> > Signed-off-by: Mariyam Shahid <mariyam.shahid135@xxxxxxxxx>

...


> Ideally, it would be aligned.
>
> if (!(pmlmepriv->ht_op_mode & IEEE80211_HT_OP_MODE_NON_GF_STA_PRSNT) &&
> pmlmepriv->num_sta_ht_no_gf) {
>
> [tab][space * 4]pmlmepriv->num_sta_ht_no_gf) {

That's what I meant I guess my email client mangled it? I'll just
demonstrate it like you did here for now on.

Thanks,

ET