crypto: testmgr - fix indentation for test_acomp() args
authorLucas Segarra Fernandez <lucas.segarra.fernandez@intel.com>
Thu, 25 Aug 2022 10:24:51 +0000 (12:24 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 2 Sep 2022 10:38:06 +0000 (18:38 +0800)
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>
crypto/testmgr.c

index 2ad4bcc..e4bb03b 100644 (file)
@@ -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)
 {