]> 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>
Tue, 16 Oct 2012 14:13:46 +0000 (00:43 +1030)
commit918a879304210b778c31e0f1939993c9aec91fbd
treea5a4f931fa17d2433ba14f4225a66dfb062f6365
parentdb4b63dc62d00f1b068f9979633b3f0a3fbe4822
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