From: Antoine Tenart Date: Mon, 27 May 2019 14:50:53 +0000 (+0200) Subject: crypto: inside-secure - remove empty line X-Git-Tag: v5.3-rc1~184^2~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb9877b8a8fb57f12e9d461cbbd1509074f4ce7a;p=thirdparty%2Flinux.git crypto: inside-secure - remove empty line Cosmetic patch removing an empty line in the skcipher token creation routine. Signed-off-by: Antoine Tenart Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/inside-secure/safexcel_cipher.c b/drivers/crypto/inside-secure/safexcel_cipher.c index de4be10b172f9..aca1cdf333623 100644 --- a/drivers/crypto/inside-secure/safexcel_cipher.c +++ b/drivers/crypto/inside-secure/safexcel_cipher.c @@ -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);