summaryrefslogtreecommitdiff
path: root/crypto/cts.c
diff options
context:
space:
mode:
authorMarcin Slusarz <marcin.slusarz@gmail.com>2008-03-14 16:22:53 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-04-21 10:19:22 +0800
commitdd9a6c6dccf994461b08e35bd31c9457c3591e5d (patch)
tree02ae5fb167697ae99aba091530e8606004c778a3 /crypto/cts.c
parent0fc2dcc7dea1f29cff7c029124d6bcc47454340a (diff)
downloadlinux-crypto-dd9a6c6dccf994461b08e35bd31c9457c3591e5d.tar.gz
linux-crypto-dd9a6c6dccf994461b08e35bd31c9457c3591e5d.zip
[CRYPTO] lrw: 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@gmail.com> Cc: David S. Miller <davem@davemloft.net> Cc: Roel Kluin <12o3l@tiscali.nl> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/cts.c')
0 files changed, 0 insertions, 0 deletions