]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Fix formatting of error message in TAP handling
authorMichael Ellerman <michael@ellerman.id.au>
Fri, 10 Aug 2012 05:38:51 +0000 (15:38 +1000)
committerPekka Enberg <penberg@kernel.org>
Mon, 13 Aug 2012 07:29:09 +0000 (10:29 +0300)
commit5d021d04bf93e2b8b04ab7f5ec53e9164958a2fe
tree836fd2c009fb91f5a9d43c0ca571d7d22a523bb4
parenta2a7af4c58f76b5e724f850a9b4b70f49bc5086c
kvm tools: Fix formatting of error message in TAP handling

This error message is missing a space, and has a redundant ":" at the end,
currently it produces:

  You have requested a TAP device, but creation of one hasfailed because:: No such file or directory

Add a space to "hasfailed" and remove the extra ":".

Don't split the line to improve grepability.

Acked-by: Asias He <asias.hejun@gmail.com>
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/virtio/net.c