KVM: SVM: refactor exit labels in svm_create_vcpu
authorMaxim Levitsky <mlevitsk@redhat.com>
Thu, 27 Aug 2020 17:11:42 +0000 (20:11 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Sep 2020 11:57:12 +0000 (07:57 -0400)
commit8d22b90e942c26d33dcccaef398cbf7f9b4e39d6
tree59ec760d985ee8fa882e3e25b82773845c27ea24
parent0681de1b83697bcbc06b843d0c8302da45855205
KVM: SVM: refactor exit labels in svm_create_vcpu

Kernel coding style suggests not to use labels like error1,error2

Suggested-by: Jim Mattson <jmattson@google.com>
Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-Id: <20200827171145.374620-6-mlevitsk@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/svm.c