crypto: chelsio - Fix Indentation
Fix inconsistent Indenting. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Harsh Jain <harsh@chelsio.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
37d728f76c
commit
db6deea489
|
@ -2400,8 +2400,6 @@ void chcr_add_hash_src_ent(struct ahash_request *req,
|
|||
&reqctx->dma_addr);
|
||||
ulptx_walk_add_sg(&ulp_walk, req->src, param->sg_len,
|
||||
0);
|
||||
// reqctx->srcsg = ulp_walk.last_sg;
|
||||
// reqctx->src_ofst = ulp_walk.last_sg_len;
|
||||
ulptx_walk_end(&ulp_walk);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue