Re: [PATCH v4] staging: rtl8723bs: remove comparisons to boolean literals
From: Dan Carpenter
Date: Wed Jul 15 2026 - 03:46:28 EST
On Tue, Jul 14, 2026 at 03:08:43PM -0600, William Elder wrote:
> Remove comparisons to true and false as they are error prone.
> Use the idiomatic C forms instead. Removed a stray blank line
Don't mix "Removed a stray blank line" into unrelated changes.
>
> Signed-off-by: William Elder <williamxelder@xxxxxxxxx>
> ---
>
> v4: Per Greg's request, included all patch revisions and moved the
> version notes below the --- line
> v3: Fix inverted logic for ht_option checks
> v2: No changes, resent v1 as a mistake
> v1: Fix redundant boolean comparisons and introduce inverted logic on false conditions and removed a stray blank line
Please work against the latest staging-devel tree.
regards,
dan carpenter