From: Bihong Yu Date: Tue, 20 Oct 2020 03:10:48 +0000 (+0800) Subject: migration: Delete redundant spaces X-Git-Tag: v5.2.0-rc0~31^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0bcae62333e67a7d8831cab97a3fbf5ea5498cd3;p=thirdparty%2Fqemu.git migration: Delete redundant spaces Signed-off-by: Bihong Yu Reviewed-by: Chuan Zheng Reviewed-by: Dr. David Alan Gilbert Message-Id: <1603163448-27122-9-git-send-email-yubihong@huawei.com> Reviewed-by: Dr. David Alan Gilbert Signed-off-by: Dr. David Alan Gilbert --- diff --git a/migration/rdma.c b/migration/rdma.c index ca4d3155973..00eac34232e 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;