[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211119023133.2027-1-chi.minghao@zte.com.cn>
Date: Fri, 19 Nov 2021 02:31:33 +0000
From: cgel.zte@...il.com
To: pbonzini@...hat.com
Cc: shuah@...nel.org, kvm@...r.kernel.org,
linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org,
chiminghao <chi.minghao@....com.cn>,
Zeal Robot <zealci@....com.cm>
Subject: [PATCH] selftests:kvm: remove unneeded semicolon
From: chiminghao <chi.minghao@....com.cn>
Fix the following coccicheck REVIEW:
./tools/testing/selftests/kvm/access_tracking_perf_test.c: REVIEW Unneeded semicolon
Reported-by: Zeal Robot <zealci@....com.cm>
Signed-off-by: chiminghao <chi.minghao@....com.cn>
---
tools/testing/selftests/kvm/access_tracking_perf_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/kvm/access_tracking_perf_test.c b/tools/testing/selftests/kvm/access_tracking_perf_test.c
index 5d95113c7b7c..09bf6c6ca11a 100644
--- a/tools/testing/selftests/kvm/access_tracking_perf_test.c
+++ b/tools/testing/selftests/kvm/access_tracking_perf_test.c
@@ -231,7 +231,7 @@ static void *vcpu_thread_main(void *arg)
case ITERATION_MARK_IDLE:
mark_vcpu_memory_idle(vm, vcpu_id);
break;
- };
+ }
vcpu_last_completed_iteration[vcpu_id] = current_iteration;
}
--
2.25.1
Powered by blists - more mailing lists