Signed-off-by: Sasha Levin <levinsasha928@xxxxxxxxx> --- tools/kvm/virtio/9p.c | 2 +- tools/kvm/virtio/balloon.c | 2 +- tools/kvm/virtio/blk.c | 2 +- tools/kvm/virtio/console.c | 2 +- tools/kvm/virtio/net.c | 2 +- tools/kvm/virtio/rng.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/kvm/virtio/9p.c b/tools/kvm/virtio/9p.c index 0dffc7a..22a2732 100644 --- a/tools/kvm/virtio/9p.c +++ b/tools/kvm/virtio/9p.c @@ -1250,7 +1250,7 @@ int virtio_9p__register(struct kvm *kvm, const char *root, const char *tag_name) p9dev->compat_id = compat__add_message("virtio-9p device was not detected", "While you have requested a virtio-9p device, " "the guest kernel didn't seem to detect it.\n" - "Please make sure that the kernel was compiled" + "Please make sure that the kernel was compiled " "with CONFIG_NET_9P_VIRTIO."); return err; diff --git a/tools/kvm/virtio/balloon.c b/tools/kvm/virtio/balloon.c index 0f24539..0b79132 100644 --- a/tools/kvm/virtio/balloon.c +++ b/tools/kvm/virtio/balloon.c @@ -283,6 +283,6 @@ void virtio_bln__init(struct kvm *kvm) bdev.compat_id = compat__add_message("virtio-balloon device was not detected", "While you have requested a virtio-balloon device, " "the guest kernel didn't seem to detect it.\n" - "Please make sure that the kernel was compiled" + "Please make sure that the kernel was compiled " "with CONFIG_VIRTIO_BALLOON."); } diff --git a/tools/kvm/virtio/blk.c b/tools/kvm/virtio/blk.c index 5f312b5..c508123 100644 --- a/tools/kvm/virtio/blk.c +++ b/tools/kvm/virtio/blk.c @@ -223,7 +223,7 @@ void virtio_blk__init(struct kvm *kvm, struct disk_image *disk) bdev->compat_id = compat__add_message("virtio-blk device was not detected", "While you have requested a virtio-blk device, " "the guest kernel didn't seem to detect it.\n" - "Please make sure that the kernel was compiled" + "Please make sure that the kernel was compiled " "with CONFIG_VIRTIO_BLK."); } diff --git a/tools/kvm/virtio/console.c b/tools/kvm/virtio/console.c index 035554c..c0ccd6c 100644 --- a/tools/kvm/virtio/console.c +++ b/tools/kvm/virtio/console.c @@ -191,6 +191,6 @@ void virtio_console__init(struct kvm *kvm) cdev.compat_id = compat__add_message("virtio-console device was not detected", "While you have requested a virtio-console device, " "the guest kernel didn't seem to detect it.\n" - "Please make sure that the kernel was compiled" + "Please make sure that the kernel was compiled " "with CONFIG_VIRTIO_CONSOLE."); } diff --git a/tools/kvm/virtio/net.c b/tools/kvm/virtio/net.c index 4661e06..4700483 100644 --- a/tools/kvm/virtio/net.c +++ b/tools/kvm/virtio/net.c @@ -401,6 +401,6 @@ void virtio_net__init(const struct virtio_net_parameters *params) ndev.compat_id = compat__add_message("virtio-net device was not detected", "While you have requested a virtio-net device, " "the guest kernel didn't seem to detect it.\n" - "Please make sure that the kernel was compiled" + "Please make sure that the kernel was compiled " "with CONFIG_VIRTIO_NET."); } diff --git a/tools/kvm/virtio/rng.c b/tools/kvm/virtio/rng.c index dc97729..02308c2 100644 --- a/tools/kvm/virtio/rng.c +++ b/tools/kvm/virtio/rng.c @@ -167,7 +167,7 @@ void virtio_rng__init(struct kvm *kvm) rdev->compat_id = compat__add_message("virtio-rng device was not detected", "While you have requested a virtio-rng device, " "the guest kernel didn't seem to detect it.\n" - "Please make sure that the kernel was compiled" + "Please make sure that the kernel was compiled " "with CONFIG_HW_RANDOM_VIRTIO."); } -- 1.7.6.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html