commit | ebdb85f9d13237287a165f1097e68206a7d5181b | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Wed Oct 11 22:35:25 2023 +0200 |
committer | Juan Quintela <quintela@redhat.com> | Tue Oct 17 09:25:13 2023 +0200 |
tree | 9bda3b362a713e0f960c8df891e3142de6b6b5cc | |
parent | a4832d299ddefb3bbcf8561d9444a17addb1076c [diff] |
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>