diff options
| author | Marcin Slusarz <[email protected]> | 2008-05-23 13:04:22 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-05-24 09:56:08 -0700 |
| commit | 80bfc25f42db6d4715c7688ae2352c5a8038fe7e (patch) | |
| tree | b7727cf028336e7abf162a1153e9b061f8178496 /tools/perf/scripts/python/bin | |
| parent | f7232154198f928fc25f420d6190468212a7632a (diff) | |
ntfs: le*_add_cpu conversion
replace all:
little_endian_variable = cpu_to_leX(leX_to_cpu(little_endian_variable) +
expression_in_cpu_byteorder);
with:
leX_add_cpu(&little_endian_variable, expression_in_cpu_byteorder);
generated with semantic patch
Signed-off-by: Marcin Slusarz <[email protected]>
Acked-by: Anton Altaparmakov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions