diff options
author | 2025-03-10 11:11:45 +0800 | |
---|---|---|
committer | 2025-03-14 10:55:15 +0000 | |
commit | f82718251e302fd6321224d6c3be969245d5a2d2 (patch) | |
tree | 5474a29fae8735ae1f07ca9e809d86f22959601b /scripts/gdb/linux/utils.py | |
parent | mfd: mt6397-core: Add mfd_cell for mt6359-accdet (diff) | |
download | wireguard-linux-f82718251e302fd6321224d6c3be969245d5a2d2.tar.xz wireguard-linux-f82718251e302fd6321224d6c3be969245d5a2d2.zip |
mfd: qnap-mcu: Convert commas to semicolons in qnap_mcu_exec()
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.
Fixes: 998f70d1806b ("mfd: Add base driver for qnap-mcu devices")
Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20250310031145.650950-1-nichen@iscas.ac.cn
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions