On Sat, Jun 22, 2019 at 09:40:00PM -0400, Aditya Parekh wrote:
> Fixed a coding style issue.
> 
> Signed-off-by: Aditya Parekh <kernel...@gmail.com>
> ---
>  crypto/fcrypt.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/crypto/fcrypt.c b/crypto/fcrypt.c
> index 4e8704405a3b..3828266af0b8 100644
> --- a/crypto/fcrypt.c
> +++ b/crypto/fcrypt.c
> @@ -306,7 +306,8 @@ static int fcrypt_setkey(struct crypto_tfm *tfm, const u8 
> *key, unsigned int key
>  
>  #if BITS_PER_LONG == 64  /* the 64-bit version can also be used for 32-bit
>                         * kernels - it seems to be faster but the code is
> -                       * larger */
> +                       * larger
> +                       */
>  
>       u64 k;  /* k holds all 56 non-parity bits */

Nack.  This patch doesn't improve the code at all.
-- 
Email: Herbert Xu <herb...@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Reply via email to