]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: ccree: remove unneeded empty lines
authorGilad Ben-Yossef <gilad@benyossef.com>
Mon, 13 Nov 2017 14:45:34 +0000 (14:45 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Nov 2017 08:20:39 +0000 (09:20 +0100)
Remove uneeded empty lines that crept in to code.

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ccree/ssi_buffer_mgr.c
drivers/staging/ccree/ssi_hash.c

index cda5a30c423cdfc778802d8700e8699c80f014cb..684c934d7a43e255aa3d9c839c4070f30e3d5a72 100644 (file)
@@ -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.
                 */
index f56c75d1511885e064295fd87969d2f1b6a912c2..716bbbdeb8bd5d07157459d1db3b9da887a60bf4 100644 (file)
@@ -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;