Colin King
2017-Apr-29 22:14 UTC
[PATCH] tools/virtio: fix spelling mistake: "wakeus" -> "wakeups"
From: Colin Ian King <colin.king at canonical.com> trivial fix to spelling mistake in an error message. Signed-off-by: Colin Ian King <colin.king at canonical.com> --- tools/virtio/virtio_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virtio/virtio_test.c b/tools/virtio/virtio_test.c index 76d6f583c249..0fecaec90d0d 100644 --- 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 wakeups: 0x%llx\n", spurious); } const char optstring[] = "h"; -- 2.11.0
Jason Wang
2017-May-02 06:01 UTC
[PATCH] tools/virtio: fix spelling mistake: "wakeus" -> "wakeups"
On 2017?04?30? 06:14, Colin King wrote:> From: Colin Ian King <colin.king at canonical.com> > > trivial fix to spelling mistake in an error message. > > Signed-off-by: Colin Ian King <colin.king at canonical.com> > --- > tools/virtio/virtio_test.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/virtio/virtio_test.c b/tools/virtio/virtio_test.c > index 76d6f583c249..0fecaec90d0d 100644 > --- 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 wakeups: 0x%llx\n", spurious); > } > > const char optstring[] = "h";Acked-by: Jason Wang <jasowang at redhat.com>
Apparently Analagous Threads
- [PATCH] tools/virtio: fix spelling mistake: "wakeus" -> "wakeups"
- [PATCH v2 7/8] tools/virtio: Reset index in virtio_test --reset.
- [PATCH v2 7/8] tools/virtio: Reset index in virtio_test --reset.
- [PATCH v4 7/7] tools/virtio: Make --reset reset ring idx
- [PATCHv2 00/14] virtio and vhost-net performance enhancements