mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +08:00
staging: skein: Add space around '%'
Add space around operator '%'. Problem found using checkpatch.pl CHECK: spaces preferred around that '%' (ctx:VxV) Signed-off-by: Burcin Akalin <brcnakalin@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9a28617fbc
commit
78b9878797
@ -212,7 +212,7 @@
|
||||
#undef RCNT
|
||||
#define RCNT (SKEIN_1024_ROUNDS_TOTAL/8)
|
||||
#ifdef SKEIN_LOOP /* configure how much to unroll the loop */
|
||||
#define SKEIN_UNROLL_1024 ((SKEIN_LOOP)%10)
|
||||
#define SKEIN_UNROLL_1024 ((SKEIN_LOOP) % 10)
|
||||
#else
|
||||
#define SKEIN_UNROLL_1024 (0)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user