Staging: skein: Remove multiple blank lines
Remove multiple blank lines. Problem found using checkpatch.pl CHECK: Please don't use multiple blank lines. Signed-off-by: Aybuke Ozdemir <aybuke.147@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c6045d5652
commit
07a5a4b1ae
|
@ -20,7 +20,6 @@
|
||||||
#include <crypto/internal/hash.h>
|
#include <crypto/internal/hash.h>
|
||||||
#include "skein_base.h"
|
#include "skein_base.h"
|
||||||
|
|
||||||
|
|
||||||
static int skein256_init(struct shash_desc *desc)
|
static int skein256_init(struct shash_desc *desc)
|
||||||
{
|
{
|
||||||
return skein_256_init((struct skein_256_ctx *) shash_desc_ctx(desc),
|
return skein_256_init((struct skein_256_ctx *) shash_desc_ctx(desc),
|
||||||
|
|
Loading…
Reference in New Issue