Re: [PATCH] wifi: brcmfmac: cfg80211: Convert comma to semicolon

From: Arend van Spriel
Date: Wed Sep 04 2024 - 10:43:46 EST


On 9/4/2024 9:46 AM, Chen Ni wrote:
Replace comma between expressions with semicolons.

Using a ',' in place of a ';' can have unintended side effects.
Although that is not the case here, it is seems best to use ';'
unless ',' is intended.

Almost certainly not intended or at least I can not think of a reason for that construct here so without further ado ....
Found by inspection.
No functional change intended.
Compile tested only.

Acked-by: Arend van Spriel <arend.vanspriel@xxxxxxxxxxxx>
Signed-off-by: Chen Ni <nichen@xxxxxxxxxxx>
---
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)