Skip to content

Commit 1a01827

Browse files
Xinhao Liujgunthorpe
authored andcommitted
RDMA/hns: Delete unnecessary blank lines.
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]>
1 parent ae2854c commit 1a01827

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

drivers/infiniband/hw/hns/hns_roce_hw_v2.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5220,7 +5220,6 @@ static int hns_roce_v2_destroy_qp_common(struct hns_roce_dev *hr_dev,
52205220

52215221
if (send_cq && send_cq != recv_cq)
52225222
__hns_roce_v2_cq_clean(send_cq, hr_qp->qpn, NULL);
5223-
52245223
}
52255224

52265225
hns_roce_qp_remove(hr_dev, hr_qp);
@@ -6360,7 +6359,6 @@ static int hns_roce_hw_v2_init_instance(struct hnae3_handle *handle)
63606359

63616360
handle->rinfo.instance_state = HNS_ROCE_STATE_INITED;
63626361

6363-
63646362
return 0;
63656363

63666364
reset_chk_err:

drivers/infiniband/hw/hns/hns_roce_hw_v2.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,6 @@ struct hns_roce_cmq_desc {
14071407
__le32 rsv[4];
14081408
} func_info;
14091409
};
1410-
14111410
};
14121411

14131412
struct hns_roce_v2_cmq_ring {

drivers/infiniband/hw/hns/hns_roce_qp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,6 @@ static int alloc_rq_inline_buf(struct hns_roce_qp *hr_qp,
715715
/* allocate recv inline buf */
716716
wqe_list = kcalloc(wqe_cnt, sizeof(struct hns_roce_rinl_wqe),
717717
GFP_KERNEL);
718-
719718
if (!wqe_list)
720719
goto err;
721720

0 commit comments

Comments
 (0)