staging: ccree: Fix missing blank line after declaration
authorKamal Heib <kamalheib1@gmail.com>
Wed, 24 Jan 2018 22:01:30 +0000 (00:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jan 2018 12:11:33 +0000 (13:11 +0100)
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>
drivers/staging/ccree/cc_cipher.c

index 5c7e91f1cde7f952e71d26f4835e915a80d7b24c..d4ac0ff2ffcfe33f7a723e0849f887387bb6a0bb 100644 (file)
@@ -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,