mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v4 0/2] staging: skein: Fixes Conditional white space problems
@ 2014-10-01  3:22 Eric Rost
  2014-10-01  3:22 ` [PATCH v4 1/2] staging: skein: Whitespace cleanup Eric Rost
  2014-10-01  3:23 ` [PATCH v4 2/2] staging: skein: File Reorg Eric Rost
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Rost @ 2014-10-01  3:22 UTC (permalink / raw)
  To: gregkh, jason, jake, antonysaraev; +Cc: devel, linux-kernel

This patchset fixes the following checkpatch.pl Warnings in
skein_block.c:

WARNING: suspect code indent for conditional statements (16, 16)
+               for (r = 1; r < 2 * RCNT; r += 2 * SKEIN_UNROLL_512)
[...]
+               {

WARNING: suspect code indent for conditional statements (16, 16)
+               for (r = 1; r <= 2 * RCNT; r += 2 * SKEIN_UNROLL_1024)
[...]
+               {

It also removes macro definitions from inside functions and cleans up
whitespace issues.

Eric Rost (2):
  staging: skein: Whitespace cleanup
  staging: skein: File Reorg

 drivers/staging/skein/skein_block.c |  933 +++++++++++++++++++----------------
 1 file changed, 500 insertions(+), 433 deletions(-)

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-01  3:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-01  3:22 [PATCH v4 0/2] staging: skein: Fixes Conditional white space problems Eric Rost
2014-10-01  3:22 ` [PATCH v4 1/2] staging: skein: Whitespace cleanup Eric Rost
2014-10-01  3:23 ` [PATCH v4 2/2] staging: skein: File Reorg Eric Rost

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome