]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
kvm tools: Prefix error() and friends helpers with pr_
authorCyrill Gorcunov <gorcunov@gmail.com>
Wed, 18 May 2011 18:59:46 +0000 (21:59 +0300)
committerPekka Enberg <penberg@kernel.org>
Wed, 18 May 2011 19:01:52 +0000 (22:01 +0300)
commit3bca1ab74c9f0a21948c570c9c72a7a228947f1e
treece790cef19316b90e18f60864e2d29eee8cc782a
parent817aea43d503d085217cdba89c707ea66d432e06
kvm tools: Prefix error() and friends helpers with pr_

To look more familiar with kernel functions.

Suggested-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
12 files changed:
tools/kvm/disk/core.c
tools/kvm/disk/qcow.c
tools/kvm/include/kvm/util.h
tools/kvm/kvm-cpu.c
tools/kvm/kvm-run.c
tools/kvm/kvm.c
tools/kvm/mptable.c
tools/kvm/util.c
tools/kvm/util/parse-options.c
tools/kvm/virtio/blk.c
tools/kvm/virtio/console.c
tools/kvm/virtio/net.c