Re: [PATCH linux-next] tools: remove unneeded semicolon

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 8/19/21 9:38 PM, CGEL wrote:
From: jing yangyang <jing.yangyang@xxxxxxxxxx>

Eliminate the following coccicheck warning:

./tools/testing/selftests/kvm/access_tracking_perf_test.c:234:3-4:Unneeded semicolon

Reported-by: Zeal Robot <zealci@xxxxxxxxxx>
Signed-off-by: jing yangyang <jing.yangyang@xxxxxxxxxx>
---
  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 71e277c..02a1c0f 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;
  	}


We can't accept this patch. The from and Signed-off-by don't match.

thanks,
-- Shuah



[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux