crypto: inside-secure - remove empty line
authorAntoine Tenart <antoine.tenart@bootlin.com>
Mon, 27 May 2019 14:50:53 +0000 (16:50 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 6 Jun 2019 06:38:55 +0000 (14:38 +0800)
Cosmetic patch removing an empty line in the skcipher token creation
routine.

Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/inside-secure/safexcel_cipher.c

index de4be10b172f9a7a16fc2ececa1e0efb0351a112..aca1cdf333623d4bca4e8111a501d8cd1c17fd05 100644 (file)
@@ -73,7 +73,6 @@ static void safexcel_skcipher_token(struct safexcel_cipher_ctx *ctx, u8 *iv,
                        memcpy(cdesc->control_data.token, iv, DES3_EDE_BLOCK_SIZE);
                        cdesc->control_data.options |= EIP197_OPTION_2_TOKEN_IV_CMD;
                        break;
-
                case SAFEXCEL_AES:
                        offset = AES_BLOCK_SIZE / sizeof(u32);
                        memcpy(cdesc->control_data.token, iv, AES_BLOCK_SIZE);