projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e831f3
)
crypto: testmgr - fix indentation for test_acomp() args
author
Lucas Segarra Fernandez
<lucas.segarra.fernandez@intel.com>
Thu, 25 Aug 2022 10:24:51 +0000
(12:24 +0200)
committer
Herbert 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
patch
|
blob
|
history
diff --git
a/crypto/testmgr.c
b/crypto/testmgr.c
index
2ad4bcc
..
e4bb03b
100644
(file)
--- 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)
{