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.
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