Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <[email protected]> Cc: David S. Miller <[email protected]> Cc: Roel Kluin <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information