]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: brcmfmac: cfg80211: Convert comma to semicolon
authorChen Ni <nichen@iscas.ac.cn>
Wed, 4 Sep 2024 07:46:37 +0000 (15:46 +0800)
committerKalle Valo <kvalo@kernel.org>
Mon, 9 Sep 2024 12:31:35 +0000 (15:31 +0300)
commit4f0568492fc446b25b5538ba2e3a85c2dbe0ab5d
tree5e7fa0a40dde1d22fb67c79e40a83845ebccc1d8
parenteeccaa46cb6f8bdf635dc38b84e66ddb9fbbcee7
wifi: brcmfmac: cfg80211: Convert comma to semicolon

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.

Found by inspection.
No functional change intended.
Compile tested only.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/20240904074637.1352864-1-nichen@iscas.ac.cn
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c