RDMA/hns: Delete unnecessary blank lines.
[linux-2.6-microblaze.git] / drivers / infiniband / hw / hns / hns_roce_qp.c
index 74c9101..9af4509 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;