lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 2 May 2017 14:01:28 +0800
From:   Jason Wang <jasowang@...hat.com>
To:     Colin King <colin.king@...onical.com>,
        "Michael S . Tsirkin" <mst@...hat.com>,
        virtualization@...ts.linux-foundation.org
Cc:     linux-kernel@...r.kernel.org
Subject: Re: [PATCH] tools/virtio: fix spelling mistake: "wakeus" -> "wakeups"



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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ