Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes the following build failure: cc -g -O2 -Wall -I. -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE -c -o virtio_test.o virtio_test.c virtio_test.c: In function ‘run_test’: virtio_test.c:176:7: error: expected ‘)’ before ‘r’ r = -1; ^ Fixes: 53c18c9 (virtio_test: verify if virtqueue_kick() succeeded) Cc: Heinz Graalfs <[email protected]> Signed-off-by: Joel Stanley <[email protected]> Acked-by: Michael S. Tsirkin <[email protected]> Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information