* [patch] crypto: tcrypt - add a missing tab
@ 2016-06-29 14:41 Dan Carpenter
2016-06-29 14:43 ` Herbert Xu
0 siblings, 1 reply; 2+ 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] 2+ messages in thread
end of thread, other threads:[~2016-06-29 14:43 UTC | newest]
Thread overview: 2+ 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:43 ` Herbert Xu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox