From: Lucas Segarra Fernandez Date: Thu, 25 Aug 2022 10:24:51 +0000 (+0200) Subject: crypto: testmgr - fix indentation for test_acomp() args X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=442f06067f155aeb35696cf59f4f458ee7da83a8;p=linux.git crypto: testmgr - fix indentation for test_acomp() args Set right indentation for test_acomp(). Signed-off-by: Lucas Segarra Fernandez Reviewed-by: Giovanni Cabiddu Signed-off-by: Herbert Xu --- diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 2ad4bcc586176..e4bb03b8b9245 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) {