Skip to content
Snippets Groups Projects
Commit 0bcae623 authored by Bihong Yu's avatar Bihong Yu Committed by Dr. David Alan Gilbert
Browse files

migration: Delete redundant spaces


Signed-off-by: default avatarBihong Yu <yubihong@huawei.com>
Reviewed-by: default avatarChuan Zheng <zhengchuan@huawei.com>
Reviewed-by: default avatarDr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <1603163448-27122-9-git-send-email-yubihong@huawei.com>
Reviewed-by: default avatarDr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: default avatarDr. David Alan Gilbert <dgilbert@redhat.com>
parent cbfc71b5
No related branches found
No related tags found
No related merge requests found
......@@ -855,7 +855,7 @@ static int qemu_rdma_broken_ipv6_kernel(struct ibv_context *verbs, Error **errp)
*/
if (!verbs) {
int num_devices, x;
struct ibv_device ** dev_list = ibv_get_device_list(&num_devices);
struct ibv_device **dev_list = ibv_get_device_list(&num_devices);
bool roce_found = false;
bool ib_found = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment