Commit 9549afee authored by Gilad Ben-Yossef's avatar Gilad Ben-Yossef Committed by Greg Kroah-Hartman
Browse files

staging: ccree: remove unneeded empty lines



Remove uneeded empty lines that crept in to code.

Signed-off-by: default avatarGilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b426144f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -691,7 +691,6 @@ void cc_unmap_aead_request(struct device *dev, struct aead_request *req)
	if (drvdata->coherent &&
	    areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT &&
	    likely(req->src == req->dst)) {

		/* copy back mac from temporary location to deal with possible
		 * data memory overriding that caused by cache coherence problem.
		 */
+0 −1
Original line number Diff line number Diff line
@@ -2061,7 +2061,6 @@ ssi_hash_create_alg(struct ssi_hash_template *template, struct device *dev,
	if (!t_crypto_alg)
		return ERR_PTR(-ENOMEM);


	t_crypto_alg->ahash_alg = template->template_ahash;
	halg = &t_crypto_alg->ahash_alg;
	alg = &halg->halg.base;