Skip to content

Commit

Permalink
KVM: x86/xen: Remove unneeded semicolon
Browse files Browse the repository at this point in the history
The semicolon after the "}" is unneeded.

Signed-off-by: zhang songyi <zhang.songyi@zte.com.cn>
Link: https://lore.kernel.org/r/202212191432274558936@zte.com.cn
Signed-off-by: Sean Christopherson <seanjc@google.com>
  • Loading branch information
zhang songyi authored and sean-jc committed Jan 19, 2023
1 parent 019dfeb commit c3d538f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c
Expand Up @@ -426,7 +426,7 @@ static void *juggle_shinfo_state(void *arg)
__vm_ioctl(vm, KVM_XEN_HVM_SET_ATTR, &cache_init);
__vm_ioctl(vm, KVM_XEN_HVM_SET_ATTR, &cache_destroy);
pthread_testcancel();
};
}

return NULL;
}
Expand Down

0 comments on commit c3d538f

Please sign in to comment.