]> git.karo-electronics.de Git - karo-tx-linux.git/commit
virtio: tools: make it clear that virtqueue_add_buf() no longer returns > 0
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 16 Oct 2012 13:26:16 +0000 (23:56 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 22 Oct 2012 07:50:12 +0000 (18:20 +1030)
commit3905d295db1da30ff8cc61d9f337ceaa20acf8cc
tree2fc87c700a3012a5f6c37acbe7643e2ca5b2e17c
parentf9c16fc7acdda028c3461e24558e5d56d9d74807
virtio: tools: make it clear that virtqueue_add_buf() no longer returns > 0

We simplified virtqueue_add_buf(), make it clear in the callers.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
tools/virtio/virtio_test.c