All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] crypto: caam - fix indentation of goto label
@ 2019-01-22 15:26 Roland Hieber
  2019-02-01  6:49 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2019-01-22 15:26 UTC (permalink / raw)
  To: Horia Geantă, Aymen Sghaier, linux-crypto
  Cc: Roland Hieber, Herbert Xu, David S. Miller, kernel, Roland Hieber

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 drivers/crypto/caam/caamhash.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/caam/caamhash.c b/drivers/crypto/caam/caamhash.c
index bb1a2cdf19512..b65e2e54c5625 100644
--- a/drivers/crypto/caam/caamhash.c
+++ b/drivers/crypto/caam/caamhash.c
@@ -801,7 +801,7 @@ static int ahash_update_ctx(struct ahash_request *req)
 #endif
 
 	return ret;
- unmap_ctx:
+unmap_ctx:
 	ahash_unmap_ctx(jrdev, edesc, req, ctx->ctx_len, DMA_BIDIRECTIONAL);
 	kfree(edesc);
 	return ret;
-- 
2.20.1


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

end of thread, other threads:[~2019-02-01  6:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-22 15:26 [PATCH 1/2] crypto: caam - fix indentation of goto label Roland Hieber
2019-02-01  6:49 ` 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.