qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [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

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).