diff mbox series

[v2,08/13] ram.c: Introduce whitespace (squash with next patch)

Message ID ba5ece76ede6ef45d982b08d223f2a6c22345d27.1681983401.git.lukasstraub2@web.de (mailing list archive)
State New, archived
Headers show
Series migration/ram.c: Refactor compress code | expand

Commit Message

Lukas Straub April 20, 2023, 9:48 a.m. UTC
Introduce whitespace to make it easier to reroll the series.

Signed-off-by: Lukas Straub <lukasstraub2@web.de>
---
 migration/ram.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)

--
2.40.0

Comments

Juan Quintela April 28, 2023, 4:13 p.m. UTC | #1
Lukas Straub <lukasstraub2@web.de> wrote:
> Introduce whitespace to make it easier to reroll the series.
>
> Signed-off-by: Lukas Straub <lukasstraub2@web.de>

obviously skipped.
diff mbox series

Patch

diff --git a/migration/ram.c b/migration/ram.c
index bd3773d4c4..b95c5c720d 100644
--- a/migration/ram.c
+++ b/migration/ram.c
@@ -602,6 +602,12 @@  static void *do_data_compress(void *opaque)
     return NULL;
 }

+
+
+/* split */
+
+
+
 static void compress_threads_save_cleanup(void)
 {
     int i, thread_count;
@@ -641,6 +647,12 @@  static void compress_threads_save_cleanup(void)
     comp_param = NULL;
 }

+
+
+/* split */
+
+
+
 static int compress_threads_save_setup(void)
 {
     int i, thread_count;