summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBihong Yu2020-10-20 05:10:48 +0200
committerDr. David Alan Gilbert2020-10-26 17:15:04 +0100
commit0bcae62333e67a7d8831cab97a3fbf5ea5498cd3 (patch)
tree3430e90ff0d1f84c5ca337e0b96b12799b649b9d
parentmigration: Open brace '{' following function declarations go on the next line (diff)
downloadqemu-0bcae62333e67a7d8831cab97a3fbf5ea5498cd3.tar.gz
qemu-0bcae62333e67a7d8831cab97a3fbf5ea5498cd3.tar.xz
qemu-0bcae62333e67a7d8831cab97a3fbf5ea5498cd3.zip
migration: Delete redundant spaces
Signed-off-by: Bihong Yu <yubihong@huawei.com> Reviewed-by: Chuan Zheng <zhengchuan@huawei.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Message-Id: <1603163448-27122-9-git-send-email-yubihong@huawei.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
-rw-r--r--migration/rdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/rdma.c b/migration/rdma.c
index ca4d315597..00eac34232 100644
--- a/migration/rdma.c
+++ b/migration/rdma.c
@@ -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;