Kamal Heib 1f43fb6d29 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>
2018-01-25 13:11:33 +01:00
..
2018-01-08 16:26:15 +01:00
2018-01-08 16:26:15 +01:00
2018-01-08 16:29:39 +01:00