diff options
author | 2024-09-04 15:52:13 +0800 | |
---|---|---|
committer | 2024-09-06 14:23:07 +0200 | |
commit | df6b08670f76b77f7025ab543686ee4ef45a5724 (patch) | |
tree | ffcd34e2e728e4f8a4172b6b24f327dfa8c743d4 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | wifi: mt76: mt7925: fix a potential association failure upon resuming (diff) | |
download | wireguard-linux-df6b08670f76b77f7025ab543686ee4ef45a5724.tar.xz wireguard-linux-df6b08670f76b77f7025ab543686ee4ef45a5724.zip |
wifi: mt76: mt7925: 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>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Link: https://patch.msgid.link/20240904075213.1352976-1-nichen@iscas.ac.cn
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions