KVM: x86/xen: Remove unneeded semicolon

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>
This commit is contained in:
zhang songyi 2022-12-19 14:32:27 +08:00 committed by Sean Christopherson
parent ea25ace771
commit 96e78ebbe8

View File

@ -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;
}