summaryrefslogtreecommitdiff
path: root/drivers/staging/ccree
diff options
context:
space:
mode:
authorKamal Heib <kamalheib1@gmail.com>2017-12-16 01:43:13 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-12-19 15:15:54 +0100
commitac3c7776b17c2d3c252459ca851d3bfc29403d71 (patch)
treea21ed64a2fb63118853bfec7631450ce16c691dc /drivers/staging/ccree
parent5cba3082ff6abc8222b4634d8d8c3a525bd2408e (diff)
Staging: ccree: Add blank line after declarations
This patch adds a blank line after declarations to improve code readability. Issue find by checkpatch.pl script. WARNING: Missing a blank line after declarations Signed-off-by: Kamal Heib <kamalheib1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ccree')
-rw-r--r--drivers/staging/ccree/ssi_cipher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/ccree/ssi_cipher.c b/drivers/staging/ccree/ssi_cipher.c
index 86800a78e8c7..db21570a13a6 100644
--- a/drivers/staging/ccree/ssi_cipher.c
+++ b/drivers/staging/ccree/ssi_cipher.c
@@ -371,6 +371,7 @@ static int cc_cipher_setkey(struct crypto_ablkcipher *atfm, const u8 *key,
/* sha256 for key2 - use sw implementation */
int key_len = keylen >> 1;
int err;
+
SHASH_DESC_ON_STACK(desc, ctx_p->shash_tfm);
desc->tfm = ctx_p->shash_tfm;