]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
KVM: selftests: Remove unneeded semicolon
authorChen Ni <nichen@iscas.ac.cn>
Tue, 26 Nov 2024 07:37:44 +0000 (15:37 +0800)
committerSean Christopherson <seanjc@google.com>
Wed, 8 Jan 2025 20:04:43 +0000 (12:04 -0800)
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>
tools/testing/selftests/kvm/access_tracking_perf_test.c

index 3c7defd34f567a5e94c6fbcc52725749ff271f74..447e619cf856e60eb9c0126ad40d9e8b90c10f93 100644 (file)
@@ -239,7 +239,7 @@ static void vcpu_thread_main(struct memstress_vcpu_args *vcpu_args)
                case ITERATION_MARK_IDLE:
                        mark_vcpu_memory_idle(vm, vcpu_args);
                        break;
-               };
+               }
 
                vcpu_last_completed_iteration[vcpu_idx] = current_iteration;
        }