]> Pileus Git - ~andy/linux/commitdiff
kvm, svm: Fix typo in printk message
authorBorislav Petkov <bp@suse.de>
Thu, 25 Apr 2013 22:22:01 +0000 (00:22 +0200)
committerGleb Natapov <gleb@redhat.com>
Sun, 28 Apr 2013 09:42:41 +0000 (12:42 +0300)
It is "exit_int_info". It is actually EXITINTINFO in the official docs
but we don't like screaming docs.

Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
arch/x86/kvm/svm.c

index d6713e18bbc1a168dac938f72babf56521099d89..15c9cccd716bace921bfd8c38309d1132d4f6f54 100644 (file)
@@ -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);