]> Pileus Git - ~andy/linux/commitdiff
kvm/vmx: error message typo fix
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 30 Oct 2013 22:34:56 +0000 (00:34 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 31 Oct 2013 10:55:15 +0000 (11:55 +0100)
mst can't be blamed for lack of switch entries: the
issue is with msrs actually.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c

index fabf7421ec1877a5b8c1996f9ce65751c7c857a8..e293a62a11d68b00deef18af05b729872ce7a14a 100644 (file)
@@ -1498,7 +1498,7 @@ static void add_atomic_switch_msr(struct vcpu_vmx *vmx, unsigned msr,
                        break;
 
        if (i == NR_AUTOLOAD_MSRS) {
-               printk_once(KERN_WARNING"Not enough mst switch entries. "
+               printk_once(KERN_WARNING "Not enough msr switch entries. "
                                "Can't add msr %x\n", msr);
                return;
        } else if (i == m->nr) {