Skip to content

Commit 3cd19f1

Browse files
Chen Nisean-jc
authored andcommitted
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>
1 parent c76a923 commit 3cd19f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/kvm/access_tracking_perf_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ static void vcpu_thread_main(struct memstress_vcpu_args *vcpu_args)
239239
case ITERATION_MARK_IDLE:
240240
mark_vcpu_memory_idle(vm, vcpu_args);
241241
break;
242-
};
242+
}
243243

244244
vcpu_last_completed_iteration[vcpu_idx] = current_iteration;
245245
}

0 commit comments

Comments
 (0)