migration/rdma: Use i as for index instead of idx
authorJuan Quintela <quintela@redhat.com>
Wed, 11 Oct 2023 20:35:25 +0000 (22:35 +0200)
committerJuan Quintela <quintela@redhat.com>
Tue, 17 Oct 2023 07:25:13 +0000 (09:25 +0200)
commitebdb85f9d13237287a165f1097e68206a7d5181b
tree9bda3b362a713e0f960c8df891e3142de6b6b5cc
parenta4832d299ddefb3bbcf8561d9444a17addb1076c
migration/rdma: Use i as for index instead of idx

Once there, all the uses are local to the for, so declare the variable
inside the for statement.

Reviewed-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Li Zhijian <lizhijian@fujitsu.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-ID: <20231011203527.9061-12-quintela@redhat.com>
migration/rdma.c