diff options
| author | Marcin Slusarz <[email protected]> | 2008-04-30 00:54:48 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-04-30 08:29:51 -0700 |
| commit | e3592b12f507d2c12c883d9c18084b72a5710db3 (patch) | |
| tree | 560545bee946f7938b9ba608bfb7755df920dda4 /tools/perf/scripts/python | |
| parent | 20c79e785ae3f813310261dde81b29ab0c3e28b4 (diff) | |
quota: 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: Jan Kara <[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