linux-crypto.vger.kernel.org archive mirror
 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

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

On Tue, Jan 22, 2019 at 03:26:08PM +0000, Roland Hieber wrote:
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> ---
>  drivers/crypto/caam/caamhash.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Patch applied.  Thanks.
-- 
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] 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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).