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:
Harsh Jain 2018-01-11 16:45:48 +05:30 committed by Herbert Xu
parent 37d728f76c
commit db6deea489
1 changed files with 13 additions and 15 deletions

View File

@ -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);
}
}