Skip to content

Commit 1f5bdd3

Browse files
Chen Nioupton
authored andcommitted
smccc: kvm_guest: Remove unneeded semicolon
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>
1 parent acfcaf9 commit 1f5bdd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/firmware/smccc/kvm_guest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ void __init kvm_arm_target_impl_cpu_init(void)
103103
target[i].midr = res.a1;
104104
target[i].revidr = res.a2;
105105
target[i].aidr = res.a3;
106-
};
106+
}
107107

108108
if (!cpu_errata_set_target_impl(max_cpus, target)) {
109109
pr_warn("Failed to set target implementation CPUs\n");

0 commit comments

Comments
 (0)