From: Miaohe Lin Date: Tue, 25 Feb 2020 03:05:15 +0000 (+0800) Subject: KVM: nSVM: Remove an obsolete comment. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0b66465344a7177411adb277e8ec33d9c5616b90;p=linux.git KVM: nSVM: Remove an obsolete comment. The function does not return bool anymore. Signed-off-by: Miaohe Lin Signed-off-by: Paolo Bonzini --- diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c index 7c9ddd680f22f..08568ae9f7a18 100644 --- a/arch/x86/kvm/svm.c +++ b/arch/x86/kvm/svm.c @@ -3284,9 +3284,6 @@ static int nested_svm_exit_special(struct vcpu_svm *svm) return NESTED_EXIT_CONTINUE; } -/* - * If this function returns true, this #vmexit was already handled - */ static int nested_svm_intercept(struct vcpu_svm *svm) { u32 exit_code = svm->vmcb->control.exit_code;