projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56da5fd
)
tools/virtio: fix spelling mistake: "wakeus" -> "wakeups"
author
Colin Ian King
<colin.king@canonical.com>
Sat, 29 Apr 2017 22:14:21 +0000
(23:14 +0100)
committer
Michael S. Tsirkin
<mst@redhat.com>
Tue, 9 May 2017 13:43:24 +0000
(16:43 +0300)
trivial fix to spelling mistake in an error message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
tools/virtio/virtio_test.c
patch
|
blob
|
history
diff --git
a/tools/virtio/virtio_test.c
b/tools/virtio/virtio_test.c
index 76d6f583c249d3585e6af62f8edf3e0ffa480399..0fecaec90d0d69cf622555104cf9b5f66001b68d 100644
(file)
--- a/
tools/virtio/virtio_test.c
+++ b/
tools/virtio/virtio_test.c
@@
-202,7
+202,7
@@
static void run_test(struct vdev_info *dev, struct vq_info *vq,
test = 0;
r = ioctl(dev->control, VHOST_TEST_RUN, &test);
assert(r >= 0);
- fprintf(stderr, "spurious wakeus: 0x%llx\n", spurious);
+ fprintf(stderr, "spurious wakeu
p
s: 0x%llx\n", spurious);
}
const char optstring[] = "h";