diff options
| author | Marcin Slusarz <[email protected]> | 2008-04-28 02:16:16 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-04-28 08:58:45 -0700 |
| commit | 3c5afae2bac974fe2c15cd9439f921526b3ea2d7 (patch) | |
| tree | 10a79737e1e07d4202cfd4fa86bd616de8bca478 /scripts | |
| parent | 08fc99bfc39d5b394aa27498ac5f14df0ef8e52a (diff) | |
ufs: [bl]e*_add_cpu conversion
replace all:
big/little_endian_variable = cpu_to_[bl]eX([bl]eX_to_cpu(big/little_endian_variable) +
expression_in_cpu_byteorder);
with:
[bl]eX_add_cpu(&big/little_endian_variable, expression_in_cpu_byteorder);
generated with semantic patch
Signed-off-by: Marcin Slusarz <[email protected]>
Cc: Evgeniy Dushistov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions