crypto: hisilicon/sec - remove continuous blank lines
authorWenkai Lin <linwenkai6@hisilicon.com>
Sat, 12 Nov 2022 08:51:05 +0000 (08:51 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 18 Nov 2022 09:00:23 +0000 (17:00 +0800)
Fix that put two or more continuous blank lines inside function.

Signed-off-by: Wenkai Lin <linwenkai6@hisilicon.com>
Signed-off-by: Kai Ye <yekai13@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/hisilicon/sec2/sec_crypto.c
drivers/crypto/hisilicon/sec2/sec_main.c

index a2630ddc02944f90ad62b1e1eb3fbb861f6f5b86..f5bfc9755a4a3eaec843589277584afcb6be8a4f 100644 (file)
@@ -283,7 +283,6 @@ static int sec_bd_send(struct sec_ctx *ctx, struct sec_req *req)
 
        spin_lock_bh(&qp_ctx->req_lock);
        ret = hisi_qp_send(qp_ctx->qp, &req->sec_sqe);
-
        if (ctx->fake_req_limit <=
            atomic_read(&qp_ctx->qp->qp_status.used) && !ret) {
                list_add_tail(&req->backlog_head, &qp_ctx->backlog);
index 4e24735d95baee2b03f8245a518be93e38a4bf44..93572c0d4faa33b8f6065ff94eee6e23038fd29c 100644 (file)
@@ -427,7 +427,6 @@ static void sec_set_endian(struct hisi_qm *qm)
        if (!IS_ENABLED(CONFIG_64BIT))
                reg |= BIT(1);
 
-
        if (!IS_ENABLED(CONFIG_CPU_LITTLE_ENDIAN))
                reg |= BIT(0);