Re: [PATCH 14/18] migration: Use "i" as an for index in ram-compress.c

2023-06-22 Thread Lukas Straub
On Tue, 13 Jun 2023 16:57:53 +0200 Juan Quintela wrote: > 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 Reviewed-by: Lukas Straub > --- > migration/ram-compress.c | 57

[PATCH 14/18] migration: Use "i" as an for index in ram-compress.c

2023-06-13 Thread Juan Quintela
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 --- migration/ram-compress.c | 57 ++-- 1 file changed, 25 insertions(+), 32 deletions(-) diff