qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Remove trailing space from error message


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH] Remove trailing space from error message
Date: Wed, 05 Feb 2014 06:29:49 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

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

Reviewed-by: Eric Blake <address@hidden>

> 
> 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: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]