Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

KVM: selftests: 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/20241126073744.453434-1-nichen@iscas.ac.cn
Signed-off-by: Sean Christopherson <seanjc@google.com>

authored by

Chen Ni and committed by
Sean Christopherson
3cd19f15 c76a9238

+1 -1
+1 -1
tools/testing/selftests/kvm/access_tracking_perf_test.c
··· 239 239 case ITERATION_MARK_IDLE: 240 240 mark_vcpu_memory_idle(vm, vcpu_args); 241 241 break; 242 - }; 242 + } 243 243 244 244 vcpu_last_completed_iteration[vcpu_idx] = current_iteration; 245 245 }