mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
crypto: hisilicon/sec - remove continuous blank lines
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>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user