migration: Use "i" as an for index in ram-compress.c
commitbef4e2ed8ea9de96f3c5493deadcd0f33367da2e
authorJuan Quintela <quintela@redhat.com>
Tue, 13 Jun 2023 14:57:53 +0000 (13 16:57 +0200)
committerJuan Quintela <quintela@redhat.com>
Tue, 17 Oct 2023 20:14:51 +0000 (17 22:14 +0200)
treebd52b80b12c6969f1a375a4bcf35b312c7c201ea
parent4703d1958ca149b3baa8df73945c5ddfc9808e73
migration: Use "i" as an for index in ram-compress.c

It is used everywhere else in C.  Once there, make sure that we don't
use the index outside of the for declaring the variable there.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Lukas Straub <lukasstraub2@web.de>
Message-ID: <20230613145757.10131-15-quintela@redhat.com>
migration/ram-compress.c