OSDN Git Service

crypto: caam - fix indentation of goto label
authorRoland Hieber <rhi@pengutronix.de>
Tue, 22 Jan 2019 15:26:08 +0000 (16:26 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 1 Feb 2019 06:42:04 +0000 (14:42 +0800)
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/caamhash.c

index 2eb8959..5855d03 100644 (file)
@@ -955,7 +955,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;