]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
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 2eb8959e2fdc232a43ab08d3a6158abc1f9715ed..5855d03f52d1943927d10bd470aad906fa75a75f 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;