]> Git Repo - linux.git/commitdiff
RDMA/hns: Delete unnecessary blank lines.
authorXinhao Liu <[email protected]>
Thu, 26 Aug 2021 13:37:36 +0000 (21:37 +0800)
committerJason Gunthorpe <[email protected]>
Thu, 26 Aug 2021 15:12:21 +0000 (12:12 -0300)
Just delete unnecessary blank lines.

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Xinhao Liu <[email protected]>
Signed-off-by: Wenpeng Liang <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
drivers/infiniband/hw/hns/hns_roce_hw_v2.h
drivers/infiniband/hw/hns/hns_roce_qp.c

index c27dc68d38ffa9ad351d73bf30cec6470bd26a72..5b9953105752c397ac2cacdce4e7eaaf8a993387 100644 (file)
@@ -5220,7 +5220,6 @@ static int hns_roce_v2_destroy_qp_common(struct hns_roce_dev *hr_dev,
 
                if (send_cq && send_cq != recv_cq)
                        __hns_roce_v2_cq_clean(send_cq, hr_qp->qpn, NULL);
-
        }
 
        hns_roce_qp_remove(hr_dev, hr_qp);
@@ -6360,7 +6359,6 @@ static int hns_roce_hw_v2_init_instance(struct hnae3_handle *handle)
 
        handle->rinfo.instance_state = HNS_ROCE_STATE_INITED;
 
-
        return 0;
 
 reset_chk_err:
index 0b91a1a57aa0259d07fd9527bee4da502a202bbb..4d904d5e82be4efb7efb7b91b4dc656e00535b41 100644 (file)
@@ -1407,7 +1407,6 @@ struct hns_roce_cmq_desc {
                        __le32 rsv[4];
                } func_info;
        };
-
 };
 
 struct hns_roce_v2_cmq_ring {
index 74c9101d5debc4b1eaf1e9ace293eb536e4a3024..9af4509894e685c1c97e8393198d00bbbd7e2e49 100644 (file)
@@ -715,7 +715,6 @@ static int alloc_rq_inline_buf(struct hns_roce_qp *hr_qp,
        /* allocate recv inline buf */
        wqe_list = kcalloc(wqe_cnt, sizeof(struct hns_roce_rinl_wqe),
                           GFP_KERNEL);
-
        if (!wqe_list)
                goto err;
 
This page took 0.069611 seconds and 4 git commands to generate.