From: Roland Hieber Date: Tue, 22 Jan 2019 15:26:08 +0000 (+0100) Subject: crypto: caam - fix indentation of goto label X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=16c8ad7b5f124a427708730a16a4375fcadadfed;p=openwrt%2Fstaging%2Fblogic.git crypto: caam - fix indentation of goto label Signed-off-by: Roland Hieber Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/caam/caamhash.c b/drivers/crypto/caam/caamhash.c index 2eb8959e2fdc..5855d03f52d1 100644 --- a/drivers/crypto/caam/caamhash.c +++ b/drivers/crypto/caam/caamhash.c @@ -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;