Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc982474 authored by Jason Cooper's avatar Jason Cooper Committed by Greg Kroah-Hartman
Browse files

staging: crypto: skein: remove unnecessary line continuation

parent 7584a878
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -477,7 +477,7 @@ unsigned int Skein_512_Unroll_Cnt(void)

/*****************************  Skein1024 ******************************/
#if !(SKEIN_USE_ASM & 1024)
void Skein1024_Process_Block(struct skein1024_ctx *ctx, const u8 *blkPtr, \
void Skein1024_Process_Block(struct skein1024_ctx *ctx, const u8 *blkPtr,
				size_t blkCnt, size_t byteCntAdd)
{ /* do it in C, always looping (unrolled is bigger AND slower!) */
	enum {