KVM: vmx: clean up some debug output
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 24 Apr 2019 10:15:08 +0000 (13:15 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 30 Apr 2019 19:32:20 +0000 (21:32 +0200)
commitd6a85c322348aac02eeb11681c1f623145e66697
tree23562927cef3b13e0fb27da0a1683074f248348a
parentb8b002209c061273fd1ef7bb3c3c32301623a282
KVM: vmx: clean up some debug output

Smatch complains about this:

    arch/x86/kvm/vmx/vmx.c:5730 dump_vmcs()
    warn: KERN_* level not at start of string

The code should be using pr_cont() instead of pr_err().

Fixes: 9d609649bb29 ("KVM: vmx: print more APICv fields in dump_vmcs")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmx.c