diff options
author | Marcin Slusarz <[email protected]> | 2008-03-14 16:22:53 +0800 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2008-04-21 10:19:22 +0800 |
commit | fd4609a8e00a867303783ade62d67953fb72adc8 (patch) | |
tree | 465bbc80520cf83adf8493cf5c8ff265093bb317 /Documentation/filesystems/configfs/configfs_example.c | |
parent | f0df30b1f7f2bf8588613b2c012b8859b06849f1 (diff) |
[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]>
Diffstat (limited to 'Documentation/filesystems/configfs/configfs_example.c')
0 files changed, 0 insertions, 0 deletions