]> Git Repo - qemu.git/commitdiff
migration: Make checkpatch happy with comments
authorJuan Quintela <[email protected]>
Wed, 22 Jan 2020 18:12:28 +0000 (19:12 +0100)
committerJuan Quintela <[email protected]>
Wed, 29 Jan 2020 10:28:59 +0000 (11:28 +0100)
Signed-off-by: Juan Quintela <[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
migration/ram.c

index 8f04b5ab3ae0f13ff77ab638669a7ca9e6f8773f..12b76b78418bc8d4c7482ca1dc389c1b54f30847 100644 (file)
@@ -1320,10 +1320,12 @@ static void multifd_recv_terminate_threads(Error *err)
 
         qemu_mutex_lock(&p->mutex);
         p->quit = true;
-        /* We could arrive here for two reasons:
-           - normal quit, i.e. everything went fine, just finished
-           - error quit: We close the channels so the channel threads
-             finish the qio_channel_read_all_eof() */
+        /*
+         * We could arrive here for two reasons:
+         *  - normal quit, i.e. everything went fine, just finished
+         *  - error quit: We close the channels so the channel threads
+         *    finish the qio_channel_read_all_eof()
+         */
         if (p->c) {
             qio_channel_shutdown(p->c, QIO_CHANNEL_SHUTDOWN_BOTH, NULL);
         }
This page took 0.030428 seconds and 4 git commands to generate.