From: Anthony Liguori <anthony@codemonkey.ws>
To: Amit Shah <amit.shah@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>, qemu list <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH 4/4] virtio-rng: fix typos, comments
Date: Tue, 20 Nov 2012 19:43:16 -0600 [thread overview]
Message-ID: <87wqxfk9xn.fsf@codemonkey.ws> (raw)
In-Reply-To: <e3a70a1ead77b829c3c8ce406ed45561c4715874.1353421334.git.amit.shah@redhat.com>
Amit Shah <amit.shah@redhat.com> writes:
> Fix typos, whitespace and update comments to match current
> implementation.
>
> Signed-off-by: Amit Shah <amit.shah@redhat.com>
> ---
> hw/virtio-rng.c | 7 +++----
> include/qemu/rng.h | 6 +++---
> 2 files changed, 6 insertions(+), 7 deletions(-)
>
> diff --git a/hw/virtio-rng.c b/hw/virtio-rng.c
> index c8a6da7..f4ed9cf 100644
> --- a/hw/virtio-rng.c
> +++ b/hw/virtio-rng.c
> @@ -23,7 +23,6 @@ typedef struct VirtIORNG {
> /* Only one vq - guest puts buffer(s) on it when it needs entropy */
> VirtQueue *vq;
>
> - /* Config data for the device -- currently only chardev */
> VirtIORNGConf *conf;
>
> RngBackend *rng;
> @@ -125,9 +124,9 @@ static int virtio_rng_load(QEMUFile *f, void *opaque, int version_id)
> virtio_load(&vrng->vdev, f);
>
> /* We may have an element ready but couldn't process it due to a quota
> - limit. Make sure to try again after live migration when the quota may
> - have been reset.
> - */
> + * limit. Make sure to try again after live migration when the quota may
> + * have been reset.
> + */
> virtio_rng_process(vrng);
>
> return 0;
> diff --git a/include/qemu/rng.h b/include/qemu/rng.h
> index 7e9d672..9836463 100644
> --- a/include/qemu/rng.h
> +++ b/include/qemu/rng.h
> @@ -61,10 +61,10 @@ struct RngBackend
> * This function is used by the front-end to request entropy from an entropy
> * source. This function can be called multiple times before @receive_entropy
> * is invoked with different values of @receive_entropy and @opaque. The
> - * backend will queue each request and handle appropriate.
> + * backend will queue each request and handle appropriately.
> *
> * The backend does not need to pass the full amount of data to @receive_entropy
> - * but will pass at a value greater than 0.
> + * but will pass a a value greater than 0.
Your typo fix has a typo.
Regards,
Anthony Liguori
> */
> void rng_backend_request_entropy(RngBackend *s, size_t size,
> EntropyReceiveFunc *receive_entropy,
> @@ -87,7 +87,7 @@ void rng_backend_cancel_requests(RngBackend *s);
> *
> * This function will open the backend if it is not already open. Calling this
> * function on an already opened backend will not result in an error.
> - */
> + */
> void rng_backend_open(RngBackend *s, Error **errp);
>
> #endif
> --
> 1.8.0
next prev parent reply other threads:[~2012-11-21 1:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-20 14:26 [Qemu-devel] [PATCH 0/4] [For 0.13] virtio-rng: Fixes Amit Shah
2012-11-20 14:26 ` [Qemu-devel] [PATCH 1/4] virtio-rng: use virtqueue_get_avail_bytes, fix migration Amit Shah
2012-11-21 1:44 ` Anthony Liguori
2012-11-21 5:53 ` Amit Shah
2012-11-20 14:26 ` [Qemu-devel] [PATCH 2/4] virtio-rng: remove extra request for entropy Amit Shah
2012-11-21 1:41 ` Anthony Liguori
2012-11-20 14:26 ` [Qemu-devel] [PATCH 3/4] virtio-rng: disable timer on device removal Amit Shah
2012-11-21 1:41 ` Anthony Liguori
2012-11-20 14:26 ` [Qemu-devel] [PATCH 4/4] virtio-rng: fix typos, comments Amit Shah
2012-11-21 1:43 ` Anthony Liguori [this message]
2012-11-21 5:51 ` Amit Shah
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87wqxfk9xn.fsf@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=amit.shah@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.