lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZuQURVsiGsrhYYjO@gondor.apana.org.au>
Date: Fri, 13 Sep 2024 18:30:29 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Riyan Dhiman <riyandhiman14@...il.com>
Cc: davem@...emloft.net, linux-crypto@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] crypto: aegis128: Fix indentation issue in
 crypto_aegis128_process_crypt()

On Tue, Sep 03, 2024 at 06:25:39PM +0530, Riyan Dhiman wrote:
> The code in crypto_aegis128_process_crypt() had an indentation
> issue where spaces were used instead of tabs. This commit
> corrects the indentation to use tabs, adhering to the
> Linux kernel coding style guidelines.
> 
> Issue reported by checkpatch:
> - ERROR: code indent should use tabs where possible
> 
> No functional changes are intended.
> 
> Signed-off-by: Riyan Dhiman <riyandhiman14@...il.com>
> ---
>  crypto/aegis128-core.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 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

Powered by Openwall GNU/*/Linux Powered by OpenVZ