projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cba308
)
Staging: ccree: Add blank line after declarations
author
Kamal Heib
<kamalheib1@gmail.com>
Fri, 15 Dec 2017 23:43:13 +0000
(
01:43
+0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 19 Dec 2017 14:15:54 +0000
(15:15 +0100)
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>
drivers/staging/ccree/ssi_cipher.c
patch
|
blob
|
history
diff --git
a/drivers/staging/ccree/ssi_cipher.c
b/drivers/staging/ccree/ssi_cipher.c
index 86800a78e8c7e3be57a370c1400d9a5fd80b072d..db21570a13a616df974049ce0b40b4034cb0a572 100644
(file)
--- 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;