From: Eric Rost <eric.rost@mybabylon.net>
To: gregkh@linuxfoundation.org, jason@lakedaemon.net, jake@lwn.net,
antonysaraev@gmail.com
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: [PATCH v4 0/2] staging: skein: Fixes Conditional white space problems
Date: Tue, 30 Sep 2014 22:22:01 -0500 [thread overview]
Message-ID: <cover.1412133487.git.eric.rost@mybabylon.net> (raw)
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
next reply other threads:[~2014-10-01 3:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-01 3:22 Eric Rost [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1412133487.git.eric.rost@mybabylon.net \
--to=eric.rost@mybabylon.net \
--cc=antonysaraev@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=jake@lwn.net \
--cc=jason@lakedaemon.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.