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
..
2017-11-13 20:53:28 -08:00
2017-11-30 17:13:52 +00:00
2017-12-18 09:12:51 +01:00