crypto: sun8i-ce - Fix minor style issue
authorCorentin Labbe <clabbe@baylibre.com>
Mon, 2 May 2022 20:19:11 +0000 (20:19 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 13 May 2022 09:24:17 +0000 (17:24 +0800)
This patch remove a double blank line.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c

index 35e3cad..01d032e 100644 (file)
@@ -398,7 +398,6 @@ int sun8i_ce_cipher_init(struct crypto_tfm *tfm)
        sktfm->reqsize = sizeof(struct sun8i_cipher_req_ctx) +
                         crypto_skcipher_reqsize(op->fallback_tfm);
 
-
        dev_info(op->ce->dev, "Fallback for %s is %s\n",
                 crypto_tfm_alg_driver_name(&sktfm->base),
                 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm)));