]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit47dff3145ff89fe6ebe17562919b59619fa3f70c
tree23562927cef3b13e0fb27da0a1683074f248348a
parent8ea463422f283b5254f2d1c9fab20770e3784f63
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: 07968d7d49e0 ("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