Re: [PATCH] wifi: brcmsmac: Use str_true_false() helper

Arend van Spriel <[email protected]> Wed, 23 Jul 2025 12:17:19 +0200
Newsgroups dev.linux.lists.brcm80211,org.kernel.vger.linux-wireless
Message-ID <[email protected]>
On 7/23/2025 11:30 AM, [email protected] wrote:
> From: Liu Song <[email protected]>
> 
> Remove hard-coded strings by using the str_true_false() helper function.

Fine by me. It makes me wonder though what the motivation is to have 
these helper functions. Does it reduce the amount of string literals in 
the kernel or is it purely cosmetic? Anyway ...

Acked-by: Arend van Spriel <[email protected]>> 
Signed-off-by: Liu Song <[email protected]>
> ---
>   .../broadcom/brcm80211/brcmsmac/mac80211_if.c | 19 ++++++++++---------
>   1 file changed, 10 insertions(+), 9 deletions(-)