diff mbox series

[v2,10/13] ram.c: Remove whitespace (squash with previous patch)

Message ID cdb82473b02794f867efd115f1bd2c7a1e392a02.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
Signed-off-by: Lukas Straub <lukasstraub2@web.de>
---
 migration/ram.c | 18 ------------------
 1 file changed, 18 deletions(-)

--
2.40.0

Comments

Juan Quintela April 28, 2023, 4:15 p.m. UTC | #1
Lukas Straub <lukasstraub2@web.de> wrote:
> 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 42d6a54132..7be09c18e3 100644
--- a/migration/ram.c
+++ b/migration/ram.c
@@ -529,24 +529,6 @@  static bool pss_overlap(PageSearchStatus *pss1, PageSearchStatus *pss2)
         (pss1->host_page_start == pss2->host_page_start);
 }

-
-
-
-
-/* split */
-
-
-
-
-
-
-
-/* split */
-
-
-
-
-
 /**
  * save_page_header: write page header to wire
  *