These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / staging / skein / skein_generic.c
index 899078f..e29b9ab 100644 (file)
 #include <crypto/internal/hash.h>
 #include "skein_base.h"
 
-
 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),
                        SKEIN256_DIGEST_BIT_SIZE);
 }