diff options
author | Marcin Slusarz <marcin.slusarz@gmail.com> | 2008-04-30 07:54:47 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-30 15:29:51 (GMT) |
commit | 20c79e785ae3f813310261dde81b29ab0c3e28b4 (patch) | |
tree | eef2c72d3837e914f1b74d49e0fbe8450a9af6ee /kernel | |
parent | 6369a4abb486692cd0f5fe592b48ec7419b7976c (diff) | |
download | linux-20c79e785ae3f813310261dde81b29ab0c3e28b4.tar.xz |
hfs/hfsplus: be*_add_cpu conversion
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);
generated with semantic patch
Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions