All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Carpenter <dan.carpenter@oracle.com>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: linux-crypto@vger.kernel.org, kernel-janitors@vger.kernel.org
Subject: [patch] crypto: tcrypt - add a missing tab
Date: Wed, 29 Jun 2016 14:41:30 +0000	[thread overview]
Message-ID: <20160629144130.GC22818@mwanda> (raw)

The "goto out;" line isn't indented far enough.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c
index 6ef7815..117f19e 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -629,7 +629,7 @@ static void test_mb_ahash_speed(const char *algo, unsigned int sec,
 			printk(KERN_ERR
 				"template (%u) too big for tvmem (%lu)\n",
 					speed[i].blen, TVMEMSIZE * PAGE_SIZE);
-		goto out;
+			goto out;
 		}
 
 		if (speed[i].klen)

WARNING: multiple messages have this Message-ID (diff)
From: Dan Carpenter <dan.carpenter@oracle.com>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: linux-crypto@vger.kernel.org, kernel-janitors@vger.kernel.org
Subject: [patch] crypto: tcrypt - add a missing tab
Date: Wed, 29 Jun 2016 17:41:30 +0300	[thread overview]
Message-ID: <20160629144130.GC22818@mwanda> (raw)

The "goto out;" line isn't indented far enough.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c
index 6ef7815..117f19e 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -629,7 +629,7 @@ static void test_mb_ahash_speed(const char *algo, unsigned int sec,
 			printk(KERN_ERR
 				"template (%u) too big for tvmem (%lu)\n",
 					speed[i].blen, TVMEMSIZE * PAGE_SIZE);
-		goto out;
+			goto out;
 		}
 
 		if (speed[i].klen)

             reply	other threads:[~2016-06-29 14:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-29 14:41 Dan Carpenter [this message]
2016-06-29 14:41 ` [patch] crypto: tcrypt - add a missing tab Dan Carpenter
2016-06-29 14:43 ` Herbert Xu
2016-06-29 14:43   ` Herbert Xu

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=20160629144130.GC22818@mwanda \
    --to=dan.carpenter@oracle.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-crypto@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.