diff options
author | Lucas Segarra Fernandez <lucas.segarra.fernandez@intel.com> | 2022-08-25 12:24:51 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2022-09-02 18:38:06 +0800 |
commit | 442f06067f155aeb35696cf59f4f458ee7da83a8 (patch) | |
tree | 671b7fe592084e5df24a7fcbd4cf54320e4c65d6 | |
parent | 0e831f3d2fd973d5f6645ef3911c594af9ddd485 (diff) | |
download | linux-stable-442f06067f155aeb35696cf59f4f458ee7da83a8.tar.gz linux-stable-442f06067f155aeb35696cf59f4f458ee7da83a8.tar.bz2 linux-stable-442f06067f155aeb35696cf59f4f458ee7da83a8.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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 2ad4bcc58617..e4bb03b8b924 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) { |