summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Segarra Fernandez <lucas.segarra.fernandez@intel.com>2022-08-25 12:24:51 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2022-09-02 18:38:06 +0800
commit845071c2972938c4300c12097d07934756c11640 (patch)
tree320b6a84b1a6744f4eb34e0af3674e5fbfb06ed5
parent05d2a9cd8da68ab84d6f281b472f0cf7fd8a8903 (diff)
downloadlinux-crypto-845071c2972938c4300c12097d07934756c11640.tar.gz
linux-crypto-845071c2972938c4300c12097d07934756c11640.zip
crypto: testmgr - fix indentation for test_acomp() args
Set right indentation for test_acomp(). Signed-off-by: Lucas Segarra Fernandez <lucas.segarra.fernandez@intel.com> Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r--crypto/testmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 2ad4bcc5..e4bb03b8 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -3322,7 +3322,7 @@ out:
}
static int test_acomp(struct crypto_acomp *tfm,
- const struct comp_testvec *ctemplate,
+ const struct comp_testvec *ctemplate,
const struct comp_testvec *dtemplate,
int ctcount, int dtcount)
{