[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20080314082402.GA17717@gondor.apana.org.au>
Date: Fri, 14 Mar 2008 16:24:02 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Marcin Slusarz <marcin.slusarz@...il.com>
Cc: Roel Kluin <12o3l@...cali.nl>, LKML <linux-kernel@...r.kernel.org>,
"David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH] crypto: be*_add_cpu conversion
On Wed, Feb 13, 2008 at 07:36:49PM +0100, Marcin Slusarz wrote:
>
> crypto: replace all adds to big endians variables with be*_add_cpu
>
> replace all:
> big_endian_variable = cpu_to_beX(beX_to_cpu(big_endian_variable) +
> expression_in_cpu_byteorder);
> with:
> beX_add_cpu(&big_endian_variable, expression_in_cpu_byteorder);
>
> Signed-off-by: Marcin Slusarz <marcin.slusarz@...il.com>
> Cc: Herbert Xu <herbert@...dor.apana.org.au>
> Cc: David S. Miller <davem@...emloft.net>
> Cc: Roel Kluin <12o3l@...cali.nl>
Patch applied. Thanks a lot!
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists