]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Add missing space after kernel params
authorSasha Levin <levinsasha928@gmail.com>
Sun, 8 May 2011 18:58:04 +0000 (21:58 +0300)
committerPekka Enberg <penberg@kernel.org>
Mon, 9 May 2011 14:30:57 +0000 (17:30 +0300)
commit0f9e3d8506d92cda443eac3d812889c73658e69e
tree5a7ed89fe12a917019ab8419a91cc77ecd29a69a
parent7802e79b86330f8e45c6182cadb68ed9c2abb2a3
kvm tools: Add missing space after kernel params

Add missing space so that user-provided kernel params
will be properly concatenated to default params.

Instead of just adding a space at the end, add it with
a separate strcat(), since it's not the first (and wouldn't
have been the last) time a space wasn't added.

Reported-by: Rodrigo Campos <rodrigo@sdfg.com.ar>
Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/kvm-run.c