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(-)