* [Qemu-devel] [PATCH] Remove trailing space from error message
@ 2014-02-05 11:53 Orit Wasserman
2014-02-05 13:29 ` Eric Blake
0 siblings, 1 reply; 2+ messages in thread
From: Orit Wasserman @ 2014-02-05 11:53 UTC (permalink / raw)
To: qemu-devel; +Cc: Orit Wasserman, quintela
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
---
migration.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
}
--
1.8.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] Remove trailing space from error message
2014-02-05 11:53 [Qemu-devel] [PATCH] Remove trailing space from error message Orit Wasserman
@ 2014-02-05 13:29 ` Eric Blake
0 siblings, 0 replies; 2+ messages in thread
From: Eric Blake @ 2014-02-05 13:29 UTC (permalink / raw)
To: Orit Wasserman, qemu-devel; +Cc: quintela
[-- 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 --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-05 13:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-05 11:53 [Qemu-devel] [PATCH] Remove trailing space from error message Orit Wasserman
2014-02-05 13:29 ` Eric Blake
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).