diff options
| author | Marcin Slusarz <[email protected]> | 2008-04-30 00:54:47 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-04-30 08:29:51 -0700 |
| commit | 20c79e785ae3f813310261dde81b29ab0c3e28b4 (patch) | |
| tree | eef2c72d3837e914f1b74d49e0fbe8450a9af6ee /tools/perf/scripts/python | |
| parent | 6369a4abb486692cd0f5fe592b48ec7419b7976c (diff) | |
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 <[email protected]>
Cc: Roman Zippel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions