[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210528072534.GD7392@gondor.apana.org.au>
Date: Fri, 28 May 2021 15:25:34 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Hui Tang <tanghui20@...wei.com>
Cc: davem@...emloft.net, linux-crypto@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] crypto: remove leading spaces before tabs
On Wed, May 19, 2021 at 01:59:44PM +0800, Hui Tang wrote:
> There are a few leading spaces before tabs and remove it by running the
> following commard:
>
> $ find . -name '*.c' | xargs sed -r -i 's/^[ ]+\t/\t/'
>
> At the same time, fix two warning by running checkpatch.pl:
> WARNING: suspect code indent for conditional statements (16, 16)
> WARNING: braces {} are not necessary for single statement blocks
>
> Signed-off-by: Hui Tang <tanghui20@...wei.com>
> ---
> crypto/khazad.c | 2 +-
> crypto/wp512.c | 40 +++++++++++++++++++---------------------
> 2 files changed, 20 insertions(+), 22 deletions(-)
Patch applied. Thanks.
--
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Powered by blists - more mailing lists