Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6614c7d0 authored by Borislav Petkov's avatar Borislav Petkov Committed by Gleb Natapov
Browse files

kvm, svm: Fix typo in printk message



It is "exit_int_info". It is actually EXITINTINFO in the official docs
but we don't like screaming docs.

Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
Signed-off-by: default avatarGleb Natapov <gleb@redhat.com>
parent cb0c8cda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3473,7 +3473,7 @@ static int handle_exit(struct kvm_vcpu *vcpu)
	    exit_code != SVM_EXIT_EXCP_BASE + PF_VECTOR &&
	    exit_code != SVM_EXIT_NPF && exit_code != SVM_EXIT_TASK_SWITCH &&
	    exit_code != SVM_EXIT_INTR && exit_code != SVM_EXIT_NMI)
		printk(KERN_ERR "%s: unexpected exit_ini_info 0x%x "
		printk(KERN_ERR "%s: unexpected exit_int_info 0x%x "
		       "exit_code 0x%x\n",
		       __func__, svm->vmcb->control.exit_int_info,
		       exit_code);