]> www.infradead.org Git - users/hch/misc.git/commitdiff
smccc: kvm_guest: Remove unneeded semicolon
authorChen Ni <nichen@iscas.ac.cn>
Wed, 26 Mar 2025 04:06:59 +0000 (12:06 +0800)
committerOliver Upton <oliver.upton@linux.dev>
Wed, 2 Apr 2025 20:50:47 +0000 (13:50 -0700)
Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Link: https://lore.kernel.org/r/20250326040659.1190696-1-nichen@iscas.ac.cn
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
drivers/firmware/smccc/kvm_guest.c

index ac2d3cf8a776a9d414774b3dfffd00a79439b4da..a123c05cbc9e66ad145eb6c230b8867c9d2a6eb8 100644 (file)
@@ -103,7 +103,7 @@ void  __init kvm_arm_target_impl_cpu_init(void)
                target[i].midr = res.a1;
                target[i].revidr = res.a2;
                target[i].aidr = res.a3;
-       };
+       }
 
        if (!cpu_errata_set_target_impl(max_cpus, target)) {
                pr_warn("Failed to set target implementation CPUs\n");