From: Michael S. Tsirkin Date: Wed, 30 Oct 2013 22:34:56 +0000 (+0200) Subject: kvm/vmx: error message typo fix X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=602662047594e62927202e38dde37d7fbcca4544;p=deliverable%2Flinux.git kvm/vmx: error message typo fix mst can't be blamed for lack of switch entries: the issue is with msrs actually. Signed-off-by: Michael S. Tsirkin Signed-off-by: Paolo Bonzini --- diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index fabf7421ec18..e293a62a11d6 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@ -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) {