qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] migration: remove extra whitespace character for code style
@ 2023-03-17  9:57 李皆俊
  2023-03-28 13:26 ` Juan Quintela
  0 siblings, 1 reply; 2+ messages in thread
From: 李皆俊 @ 2023-03-17  9:57 UTC (permalink / raw)
  To: quintela, dgilbert; +Cc: qemu-devel, 李皆俊

Fix code style.

Signed-off-by: 李皆俊 <a_lijiejun@163.com>
---
 migration/ram.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/migration/ram.c b/migration/ram.c
index 96e8a19a58..46c0c8dbb9 100644
--- a/migration/ram.c
+++ b/migration/ram.c
@@ -3295,7 +3295,7 @@ static int ram_save_setup(QEMUFile *f, void *opaque)
 
     migration_ops = g_malloc0(sizeof(MigrationOps));
     migration_ops->ram_save_target_page = ram_save_target_page_legacy;
-    ret =  multifd_send_sync_main(f);
+    ret = multifd_send_sync_main(f);
     if (ret < 0) {
         return ret;
     }
-- 
2.39.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] migration: remove extra whitespace character for code style
  2023-03-17  9:57 [PATCH] migration: remove extra whitespace character for code style 李皆俊
@ 2023-03-28 13:26 ` Juan Quintela
  0 siblings, 0 replies; 2+ messages in thread
From: Juan Quintela @ 2023-03-28 13:26 UTC (permalink / raw)
  To: 李皆俊; +Cc: dgilbert, qemu-devel

李皆俊 <a_lijiejun@163.com> wrote:
> Fix code style.
>
> Signed-off-by: 李皆俊 <a_lijiejun@163.com>

Reviewed-by: Juan Quintela <quintela@redhat.com>

queued for 8.1.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-28 13:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-17  9:57 [PATCH] migration: remove extra whitespace character for code style 李皆俊
2023-03-28 13:26 ` Juan Quintela

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