Browse Source

staging: ccree: Fix missing blank line after declaration

Fix the following warning found by checkpatch.pl

WARNING: Missing a blank line after declarations
+	struct cc_cipher_handle *blkcipher_handle = drvdata->blkcipher_handle;
+	if (blkcipher_handle) {

Signed-off-by: Kamal Heib <kamalheib1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Kamal Heib 7 years ago
parent
commit
1f43fb6d29
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/ccree/cc_cipher.c

+ 1 - 0
drivers/staging/ccree/cc_cipher.c

@@ -1094,6 +1094,7 @@ int cc_cipher_free(struct cc_drvdata *drvdata)
 {
 	struct cc_crypto_alg *t_alg, *n;
 	struct cc_cipher_handle *blkcipher_handle = drvdata->blkcipher_handle;
+
 	if (blkcipher_handle) {
 		/* Remove registered algs */
 		list_for_each_entry_safe(t_alg, n,