]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/x86/kvm/vmx.c
kvm/vmx: error message typo fix
[mirror_ubuntu-artful-kernel.git] / 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) {