All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: Orit Wasserman <owasserm@redhat.com>, qemu-devel@nongnu.org
Cc: quintela@redhat.com
Subject: Re: [Qemu-devel] [PATCH] Remove trailing space from error message
Date: Wed, 05 Feb 2014 06:29:49 -0700	[thread overview]
Message-ID: <52F23CCD.20706@redhat.com> (raw)
In-Reply-To: <1391601222-29346-1-git-send-email-owasserm@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 859 bytes --]

On 02/05/2014 04:53 AM, Orit Wasserman wrote:
> Signed-off-by: Orit Wasserman <owasserm@redhat.com>
> ---
>  migration.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> diff --git a/migration.c b/migration.c
> index 25add6f..cc18f6c 100644
> --- a/migration.c
> +++ b/migration.c
> @@ -482,7 +482,7 @@ void qmp_migrate_set_cache_size(int64_t value, Error **errp)
>      /* Cache should not be larger than guest ram size */
>      if (value > ram_bytes_total()) {
>          error_set(errp, QERR_INVALID_PARAMETER_VALUE, "cache size",
> -                  "exceeds guest ram size ");
> +                  "exceeds guest ram size");
>          return;
>      }
>  
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

      reply	other threads:[~2014-02-05 13:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-05 11:53 [Qemu-devel] [PATCH] Remove trailing space from error message Orit Wasserman
2014-02-05 13:29 ` Eric Blake [this message]

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=52F23CCD.20706@redhat.com \
    --to=eblake@redhat.com \
    --cc=owasserm@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    /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.