linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools/virtio: fix spelling mistake: "wakeus" -> "wakeups"
@ 2017-04-29 22:14 Colin King
  2017-05-02  6:01 ` Jason Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2017-04-29 22:14 UTC (permalink / raw)
  To: Michael S . Tsirkin, Jason Wang, virtualization; +Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in an error message.

Signed-off-by: Colin Ian King <colin.king@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tools/virtio: fix spelling mistake: "wakeus" -> "wakeups"
  2017-04-29 22:14 [PATCH] tools/virtio: fix spelling mistake: "wakeus" -> "wakeups" Colin King
@ 2017-05-02  6:01 ` Jason Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Wang @ 2017-05-02  6:01 UTC (permalink / raw)
  To: Colin King, Michael S . Tsirkin, virtualization; +Cc: linux-kernel



On 2017年04月30日 06:14, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> trivial fix to spelling mistake in an error message.
>
> Signed-off-by: Colin Ian King <colin.king@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@redhat.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-02  6:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-29 22:14 [PATCH] tools/virtio: fix spelling mistake: "wakeus" -> "wakeups" Colin King
2017-05-02  6:01 ` Jason Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).