]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
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)
commit1f43fb6d29279c29c994587e4b73ef0b9240daf7
treeadf04078150e7c02d79d79472188534e33e08807
parent650655d3c8955aaeb220601e903dcfbcbf650d08
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>
drivers/staging/ccree/cc_cipher.c