2022-04-04 14:44:13

by John Keeping

[permalink] [raw]
Subject: Re: [PATCH v4 18/33] crypto: rockchip: fix style issue

On Fri, Apr 01, 2022 at 08:17:49PM +0000, Corentin Labbe wrote:
> This patch fixes some warning reported by checkpatch
>
> Signed-off-by: Corentin Labbe <[email protected]>
> ---
> drivers/crypto/rockchip/rk3288_crypto_ahash.c | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)

There's also a badly indented comment in rk_hash_run() which could be
fixed in this patch.


2022-04-11 14:06:20

by Corentin LABBE

[permalink] [raw]
Subject: Re: [PATCH v4 18/33] crypto: rockchip: fix style issue

Le Mon, Apr 04, 2022 at 12:39:43PM +0100, John Keeping a ?crit :
> On Fri, Apr 01, 2022 at 08:17:49PM +0000, Corentin Labbe wrote:
> > This patch fixes some warning reported by checkpatch
> >
> > Signed-off-by: Corentin Labbe <[email protected]>
> > ---
> > drivers/crypto/rockchip/rk3288_crypto_ahash.c | 12 ++++++------
> > 1 file changed, 6 insertions(+), 6 deletions(-)
>
> There's also a badly indented comment in rk_hash_run() which could be
> fixed in this patch.

Hello

Thanks, I will fix it.

Regards