mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v3 0/3] staging: skein: checkpatch.pl warnings
@ 2014-09-30  6:56 Eric Rost
  2014-09-30  6:58 ` [PATCH v3 1/3] staging: skein: Whitespace cleanup Eric Rost
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Eric Rost @ 2014-09-30  6:56 UTC (permalink / raw)
  To: gregkh, jason, jake, antonysaraev; +Cc: devel, linux-kernel

Fixes the follwoing checkpatch.pl warnings:
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)
[...]
+               {


Eric Rost (3):
  staging: skein: Whitespace cleanup
  drivers: staging: skein: In progress
  drivers: 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] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-30  6:56 [PATCH v3 0/3] staging: skein: checkpatch.pl warnings Eric Rost
2014-09-30  6:58 ` [PATCH v3 1/3] staging: skein: Whitespace cleanup Eric Rost
2014-09-30  7:00 ` [PATCH v3 2/3] drivers: staging: skein: In progress Eric Rost
2014-09-30 16:21   ` Greg KH
2014-10-01  3:07     ` Eric Rost
2014-09-30  7:01 ` [PATCH v3 3/3] 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