All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Roocroft <mike.linux@btinternet.com>
To: gregkh@linuxfoundation.org
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	mike.linux@btinternet.com
Subject: [PATCH] Staging: Skein: skein_block: fixed 3 tab coding style isses
Date: Sun, 21 Sep 2014 00:27:07 +0100	[thread overview]
Message-ID: <1411255627-27297-1-git-send-email-mike.linux@btinternet.com> (raw)

Fixed a coding style issue

Signed-off-by: Mike Roocroft <mike.linux@btinternet.com>
---
 drivers/staging/skein/skein_block.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/skein/skein_block.c b/drivers/staging/skein/skein_block.c
index 04ce1d0..b969fe1 100644
--- a/drivers/staging/skein/skein_block.c
+++ b/drivers/staging/skein/skein_block.c
@@ -34,7 +34,7 @@
 
 #ifdef SKEIN_DEBUG
 #define debug_save_tweak(ctx) { \
-                        ctx->h.tweak[0] = ts[0]; ctx->h.tweak[1] = ts[1]; }
+			ctx->h.tweak[0] = ts[0]; ctx->h.tweak[1] = ts[1]; }
 #else
 #define debug_save_tweak(ctx)
 #endif
@@ -378,7 +378,7 @@ do { \
 	skein_show_r_ptr(BLK_BITS, &ctx->h, SKEIN_RND_KEY_INJECT, X_ptr); \
 } while (0)
 
-		for (r = 1; r < 2 * RCNT; r += 2 * SKEIN_UNROLL_512)
+	for (r = 1; r < 2 * RCNT; r += 2 * SKEIN_UNROLL_512)
 #endif /* end of looped code definitions */
 		{
 #define R512_8_ROUNDS(R)  /* do 8 full rounds */  \
@@ -657,7 +657,7 @@ do { \
 	skein_show_r_ptr(BLK_BITSi, &ctx->h, SKEIN_RND_KEY_INJECT, X_ptr); \
 } while (0)
 
-		for (r = 1; r <= 2 * RCNT; r += 2 * SKEIN_UNROLL_1024)
+	for (r = 1; r <= 2 * RCNT; r += 2 * SKEIN_UNROLL_1024)
 #endif
 		{
 #define R1024_8_ROUNDS(R) \
-- 
2.1.0


             reply	other threads:[~2014-09-20 23:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-20 23:27 Mike Roocroft [this message]
2014-09-24  6:41 ` [PATCH] Staging: Skein: skein_block: fixed 3 tab coding style isses Greg KH
     [not found] <1411425935-867-1-git-send-email-mike.linux@btinternet.com>
2014-09-24 19:27 ` Jason Cooper

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=1411255627-27297-1-git-send-email-mike.linux@btinternet.com \
    --to=mike.linux@btinternet.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --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.