All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] crypto: tcrypt - add a missing tab
@ 2016-06-29 14:41 ` Dan Carpenter
  0 siblings, 0 replies; 4+ messages in thread
From: Dan Carpenter @ 2016-06-29 14:41 UTC (permalink / raw)
  To: Herbert Xu; +Cc: linux-crypto, kernel-janitors

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)

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

* [patch] crypto: tcrypt - add a missing tab
@ 2016-06-29 14:41 ` Dan Carpenter
  0 siblings, 0 replies; 4+ messages in thread
From: Dan Carpenter @ 2016-06-29 14:41 UTC (permalink / raw)
  To: Herbert Xu; +Cc: linux-crypto, kernel-janitors

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)

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

* Re: [patch] crypto: tcrypt - add a missing tab
  2016-06-29 14:41 ` Dan Carpenter
@ 2016-06-29 14:43   ` Herbert Xu
  -1 siblings, 0 replies; 4+ messages in thread
From: Herbert Xu @ 2016-06-29 14:43 UTC (permalink / raw)
  To: Dan Carpenter; +Cc: linux-crypto, kernel-janitors

On Wed, Jun 29, 2016 at 05:41:30PM +0300, Dan Carpenter wrote:
> The "goto out;" line isn't indented far enough.
> 
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

Sorry, but this has already been fixed :)
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

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

* Re: [patch] crypto: tcrypt - add a missing tab
@ 2016-06-29 14:43   ` Herbert Xu
  0 siblings, 0 replies; 4+ messages in thread
From: Herbert Xu @ 2016-06-29 14:43 UTC (permalink / raw)
  To: Dan Carpenter; +Cc: linux-crypto, kernel-janitors

On Wed, Jun 29, 2016 at 05:41:30PM +0300, Dan Carpenter wrote:
> The "goto out;" line isn't indented far enough.
> 
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

Sorry, but this has already been fixed :)
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

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

end of thread, other threads:[~2016-06-29 14:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-29 14:41 [patch] crypto: tcrypt - add a missing tab Dan Carpenter
2016-06-29 14:41 ` Dan Carpenter
2016-06-29 14:43 ` Herbert Xu
2016-06-29 14:43   ` Herbert Xu

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.