Commit 442f0606 authored by Lucas Segarra Fernandez's avatar Lucas Segarra Fernandez Committed by Herbert Xu

crypto: testmgr - fix indentation for test_acomp() args

Set right indentation for test_acomp().
Signed-off-by: default avatarLucas Segarra Fernandez <lucas.segarra.fernandez@intel.com>
Reviewed-by: default avatarGiovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 0e831f3d
...@@ -3322,7 +3322,7 @@ static int test_comp(struct crypto_comp *tfm, ...@@ -3322,7 +3322,7 @@ static int test_comp(struct crypto_comp *tfm,
} }
static int test_acomp(struct crypto_acomp *tfm, static int test_acomp(struct crypto_acomp *tfm,
const struct comp_testvec *ctemplate, const struct comp_testvec *ctemplate,
const struct comp_testvec *dtemplate, const struct comp_testvec *dtemplate,
int ctcount, int dtcount) int ctcount, int dtcount)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment