2022-08-25 10:36:39

by Lucas Segarra Fernandez

[permalink] [raw]
Subject: [PATCH] crypto: testmgr - fix indentation for test_acomp() args

Set right indentation for test_acomp().

Signed-off-by: Lucas Segarra Fernandez <[email protected]>
Reviewed-by: Giovanni Cabiddu <[email protected]>
---
crypto/testmgr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 99020fa36b96..bb3850dc0991 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -3322,7 +3322,7 @@ static int test_comp(struct crypto_comp *tfm,
}

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)
{
--
2.37.1


2022-09-02 11:03:13

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH] crypto: testmgr - fix indentation for test_acomp() args

On Thu, Aug 25, 2022 at 12:24:51PM +0200, Lucas Segarra Fernandez wrote:
> Set right indentation for test_acomp().
>
> Signed-off-by: Lucas Segarra Fernandez <[email protected]>
> Reviewed-by: Giovanni Cabiddu <[email protected]>
> ---
> crypto/testmgr.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Patch applied. Thanks.
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt